diff options
author | Christoph M. Becker <cmb@php.net> | 2015-07-20 23:24:55 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-07-20 23:36:32 +0200 |
commit | e7f2356665c2569191a946b6fc35b437f0ae1384 (patch) | |
tree | e68734578e9f7327cadc1c18512225472f485715 /sapi/phpdbg/phpdbg_help.c | |
parent | 90de2aeaac3de8f0744853ba197457c2241a4bdf (diff) | |
download | php-git-e7f2356665c2569191a946b6fc35b437f0ae1384.tar.gz |
Fix #66387: Stack overflow with imagefilltoborder
The stack overflow is caused by the recursive algorithm in combination with a
very large negative coordinate passed to gdImageFillToBorder(). As there is
already a clipping for large positive coordinates to the width and height of
the image, it seems to be consequent to clip to zero also.
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
0 files changed, 0 insertions, 0 deletions