mirror of https://github.com/php/php-src
Browse Source
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.pull/1432/head
2 changed files with 19 additions and 0 deletions
Loading…
Reference in new issue