Dmitry Stogov wrote:
> I hope it's the last iteration, but check me anyway.
> The patch is based on latest Gregory's patch.
>
> - optimized out strncpy() calls
> - zend_resolve_path() replaced with php_resolve_path()
> - improved php_resolve_path() to resolve "file://..."
> - fixed possible double-free issue in _php_stream_open_wrapper_ex()
>
> Thanks. Dmitry.
>
> Greg Beaver wrote:
>> Andi Gutmans wrote:
>>> Can we please use strlcpy() instead of strncpy()? This is a coding
>>> standard we implemented years ago.
>>
>> obviously an easy change.  FYI - this also needs to be fixed in
>> fopen_with_path_rel in PHP_5_2, as I copied most of the code from
>> that function.
>>
>> Greg
works great here - commit with all due haste :)

Greg

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to