1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00
Files
archived-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
..
2002-09-19 20:14:35 +00:00
2002-02-28 01:16:27 +00:00
2002-03-08 11:33:46 +00:00
2007-03-14 09:58:14 +00:00
2002-03-12 16:43:29 +00:00