1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00
Files
archived-php-src/ext/fileinfo/libmagic
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
..
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00
2008-08-26 12:24:12 +00:00
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00
2009-06-26 07:25:38 +00:00
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00
2013-04-07 22:15:56 +02:00