pajoye Thu May 28 14:03:09 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/exif/tests bug48378.jpeg bug48378.phpt
Modified files:
/php-src/ext/exif exif.c
Log:
- MFB: #48378, exif_read_data() segfaults on certain corrupted .jpeg
janiSun Aug 3 12:11:13 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.25&r2=1.173.2.5.2.26&diff_format=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/e
pajoye Fri Mar 7 18:41:02 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
- #44355, compilation breaks due illegal const usage (Guenter Knauf)
I suppose it must break on other platform, it is not used anywhere else
but here, and
janiMon Dec 17 08:52:30 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
MFH:- Fix indent of macros
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.21&r2=1.173.2.5.2.22&diff_format=u
Index: php-src/ext/exif/exif.
iliaa Sun Jun 10 20:12:46 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
Fixed memory corruption when reading exif data of a non-file
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.19&r2=1.173.2.5.2.20&dif
helly Sun Feb 25 13:09:13 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
- MFH Readability
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.17&r2=1.173.2.5.2.18&diff_format=u
Index: php-src/ext/exif/exif.c
diff -u
iliaa Sat Feb 24 18:02:11 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
missing -1
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.16&r2=1.173.2.5.2.17&diff_format=u
Index: php-src/ext/exif/exif.c
diff -u
iliaa Sat Feb 24 17:57:57 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
Pad to given length, not replace data with spaces
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.15&r2=1.173.2.5.2.16&diff_format=u
Ind
iliaa Sat Feb 24 17:40:45 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
Eliminate strncpy and simplify code
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.14&r2=1.173.2.5.2.15&diff_format=u
Index: php-src/ex
helly Sat Feb 24 14:28:09 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
- Make debug code really safe
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.13&r2=1.173.2.5.2.14&diff_format=u
Index: php-src/ext/exif/ex
stasSat Feb 24 03:08:06 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
use safe allocations
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.12&r2=1.173.2.5.2.13&diff_format=u
Index: php-src/ext/exif/exif.c
d
iliaa Tue Jan 23 00:23:17 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
emalloc() -> safe_emalloc()
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.10&r2=1.173.2.5.2.11&diff_format=u
Index: php-src/ext/exi
helly Tue Jan 9 17:55:29 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
- MFH Fix for #40073
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.9&r2=1.173.2.5.2.10&diff_format=u
Index: php-src/ext/exif/exif.c
diff
tony2001Tue Jan 9 11:37:17 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
MFH: zerofill info_data and fix possible segfault
partly fixes #40073
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.8&r2=1.1
iliaa Mon Dec 25 23:43:10 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
Allocation safety checks
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.6&r2=1.173.2.5.2.7&diff_format=u
Index: php-src/ext/exif/exi
iliaa Mon Dec 25 16:48:17 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard microtime.c http_fopen_wrapper.c
/php-src/ext/informix ifx.ec
/php-src/ext/exif exif.c
Log:
Use %F (ignores locale) for internal representation of fl
Hi Marcus!
you are probably referring to the "warnings" pointed out by
http://gcov.php.net/viewer.php?version=PHP_5_2&func=params&file=cc163453976b65334f071d1d4f976ef45
But that script currently produces too many false positives.. in this case
it doesn't seem (from a quick code analysis) that t
helly Sat Nov 4 20:46:32 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
- MFH: Make parameter parsing api check happy
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.4&r2=1.173.2.5.2.5&diff_format=u
Index: php-s
tony2001Tue Oct 10 22:22:43 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
MFH: fix leak and typos in error messages
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.3&r2=1.173.2.5.2.4&diff_format=u
Index
tony2001Thu Aug 17 14:32:36 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/exif exif.c
Log:
initialize static buffer with 0's
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.2&r2=1.173.2.5.2.3&diff_format=u
Index: php-sr
20 matches
Mail list logo