pajoye Wed Aug 20 13:31:30 2008 UTC
Modified files:
/php-src/ext/standard php_crypt_r.c
Log:
- MFB: strncpy returns the byte copied not error code or 0
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_crypt_r.c?r1=1.3&r2=1.4&diff_format=u
Index: php
pajoye Sun Aug 10 21:34:02 2008 UTC
Modified files:
/php-src/ext/standard php_crypt_r.c
Log:
- fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy
wrongly)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_crypt_r.c?r1=1.2&r2=
auroraeosrose Mon Jul 28 16:48:38 2008 UTC
Modified files:
/php-src/ext/standard php_crypt_r.c
Log:
Secure versions of string functions don't exist for VC6
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_crypt_r.c?r1=1.1&r2=1.2&diff_format=u
Index