1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
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
..
2016-08-30 13:44:34 +02:00
2016-03-17 17:06:56 +08:00
2016-11-03 21:35:09 -07:00
2017-01-16 00:23:06 -08:00
2016-09-12 21:04:23 -07:00
2017-07-05 09:26:06 +02:00
2016-08-06 12:08:13 +02:00
2016-09-15 13:27:20 +02:00
2016-08-18 13:50:36 +10:00
2016-11-22 00:42:45 +01:00
2016-07-30 18:34:34 +02:00
2016-01-15 08:43:00 +01:00
2016-09-12 21:04:23 -07:00
2016-11-21 15:25:46 +01:00
2016-09-12 21:04:23 -07:00
2016-11-03 21:35:09 -07:00
2016-03-14 15:53:02 +01:00
2016-11-03 21:35:09 -07:00