[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c /ext/exif/tests bug48378.jpeg bug48378.phpt

2009-05-28 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2008-08-03 Thread Jani Taskinen
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.25r2=1.173.2.5.2.26diff_format=u Index: php-src/ext/exif/exif.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2008-03-07 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-12-17 Thread Jani Taskinen
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.21r2=1.173.2.5.2.22diff_format=u Index: php-src/ext/exif/exif.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-02-25 Thread Marcus Boerger
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.17r2=1.173.2.5.2.18diff_format=u Index: php-src/ext/exif/exif.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-02-24 Thread Marcus Boerger
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.13r2=1.173.2.5.2.14diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-02-24 Thread Ilia Alshanetsky
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.14r2=1.173.2.5.2.15diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-02-24 Thread Ilia Alshanetsky
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.15r2=1.173.2.5.2.16diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-02-24 Thread Ilia Alshanetsky
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.16r2=1.173.2.5.2.17diff_format=u Index: php-src/ext/exif/exif.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-02-23 Thread Stanislav Malyshev
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.12r2=1.173.2.5.2.13diff_format=u Index: php-src/ext/exif/exif.c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-01-22 Thread Ilia Alshanetsky
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.10r2=1.173.2.5.2.11diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-01-09 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-01-09 Thread Marcus Boerger
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.9r2=1.173.2.5.2.10diff_format=u Index: php-src/ext/exif/exif.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2006-12-25 Thread Ilia Alshanetsky
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.6r2=1.173.2.5.2.7diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2006-10-10 Thread Antony Dovgal
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.3r2=1.173.2.5.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2006-08-17 Thread Antony Dovgal
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.2r2=1.173.2.5.2.3diff_format=u Index: