1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00
Files
archived-php-src/ext/fileinfo
Remi Collet a33759fd27 Fixed Bug #66820 out-of-bounds memory access in fileinfo
Upstream fix:
447558595a

Notice, test changed, with upstream agreement:
-define OFFSET_OOB(n, o, i)	((n) < (o) || (i) >= ((n) - (o)))
+define OFFSET_OOB(n, o, i)	((n) < (o) || (i) >  ((n) - (o)))
2014-03-04 20:32:52 +01:00
..
2009-03-16 15:03:06 +00:00
2013-04-07 22:15:56 +02:00
2014-01-03 11:04:26 +08:00
2014-02-20 19:00:05 +01:00
2008-07-25 09:16:22 +00:00
2014-01-03 11:04:26 +08:00