php-src/ext/exif
Christoph M. Becker b4e4788c44 Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value
The MakerNote is not necessarily null-terminated, so we must not use
`strlen()` to avoid OOB reads.  Instead `php_strnlen()` is the proper
way to handle this.
2018-04-22 20:15:02 -07:00
..
tests Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value 2018-04-22 20:15:02 -07:00
config.m4
config.w32 - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
CREDITS
example.php
exif.c Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value 2018-04-22 20:15:02 -07:00
exif.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
package.xml Typo 2007-03-14 09:58:14 +00:00
php_exif.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
test.php
test.txt