summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-03-04 20:32:52 +0100
committerRemi Collet <remi@php.net>2014-03-04 20:32:52 +0100
commita33759fd275b32ed0bbe89796fe2953b3cb0b41f (patch)
treea914ead808de7e4e10c573eb790038e4566510c1 /sapi/phpdbg/phpdbg.c
parent731013ee8e9cf405101d4fd584214fadb1c1d390 (diff)
downloadphp-git-a33759fd275b32ed0bbe89796fe2953b3cb0b41f.tar.gz
Fixed Bug #66820 out-of-bounds memory access in fileinfo
Upstream fix: https://github.com/glensc/file/commit/447558595a3650db2886cd2f416ad0beba965801 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)))
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
0 files changed, 0 insertions, 0 deletions