php-src/ext/exif
Kalle Sommer Nielsen af56fed73b Fixed bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
Unlike the original patch, this does not return an unknown format in case an unsigned compatible type cannot be found (cases for SINGLE and DOUBLE removed), as these seems rare cases according to the inline comments.

Note, the test does not test if PHP is in debug mode, although the report originally states it only occurs there only.

The fix is based on a patch by hlt99 at blinkenshell dot org
2016-08-07 05:35:46 +02:00
..
tests Fixed bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode) 2016-08-07 05:35:46 +02:00
config.m4 opcache, intl, gmp, exif, com, bcmath to use static tsrmls 2014-10-17 15:51:21 +02:00
config.w32 Minor touches to the exif build script on Windows; ADD_EXTENSION_DEP() will already ERROR() out, so the WARNING() statement would never be returned anyway. 2016-08-03 04:24:17 +02:00
CREDITS
example.php
exif.c Fixed bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode) 2016-08-07 05:35:46 +02:00
package.xml Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
php_exif.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
test.php
test.txt