]> granicus.if.org Git - php/commit
Fix #73213: Integer overflow in imageline() with antialiasing
authorChristoph M. Becker <cmb@php.net>
Fri, 30 Sep 2016 21:25:23 +0000 (23:25 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 30 Sep 2016 21:38:13 +0000 (23:38 +0200)
commit9acfb1a3a5268febb123b7e5fbd4eaf072c83537
treecf92dfbd72302d9b7009e95ab3ce14d11f9490f6
parentc0219b323e0048440acbdd9ad74624c4bc33c335
Fix #73213: Integer overflow in imageline() with antialiasing

We port the respective fixes <https://github.com/libgd/libgd/commit/eca37d620>
and <https://github.com/libgd/libgd/commit/837b7327> to our bundled libgd.
NEWS
ext/gd/libgd/gd.c
ext/gd/tests/bug73213.phpt [new file with mode: 0644]
ext/gd/tests/bug73213.png [new file with mode: 0644]