summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-12-17 17:06:58 +0100
committerAnatol Belski <ab@php.net>2017-01-17 09:30:58 +0100
commitd2274b01cbbadf5516b3ea87ad76fbae18834007 (patch)
tree8dae74d8189d6e904b25fd8f934eed441da8a8d5 /ext/reflection/php_reflection.c
parentf1b2afc9d9e77edf41804f5dfc4e2069d8a12975 (diff)
downloadphp-git-d2274b01cbbadf5516b3ea87ad76fbae18834007.tar.gz
Fix #73869: Signed Integer Overflow gd_io.c
GD2 stores the number of horizontal and vertical chunks as words (i.e. 2 byte unsigned). These values are multiplied and assigned to an int when reading the image, what can cause integer overflows. We have to avoid that, and also make sure that either chunk count is actually greater than zero. If illegal chunk counts are detected, we bail out from reading the image. (cherry picked from commit 5b5d9db3988b829e0b121b74bb3947f01c2796a1)
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions