php-src/ext/gd
Christoph M. Becker f5622f5c87 Fix #72709: imagesetstyle() causes OOB read for empty $styles
Calling imagesetstyle() with an empty $styles array caused gdImageSetStyle()
to be called with `noOfPixels==0`, what could have lead to OOB reads.
Actually, this issue will be fixed in libgd, but to avoid issues when older
libgd is in use, we simply disallow passing an empty $styles array to
imagesetstyle(), what wouldn't serve a useful purpose anyway.
2016-08-02 18:43:37 +02:00
..
libgd Fix #68712: suspicious if-else statements 2016-07-23 19:29:43 +02:00
tests Fix #72709: imagesetstyle() causes OOB read for empty $styles 2016-08-02 18:43:37 +02:00
config.m4 Fix bug #68656 Report gd library version 2014-12-26 08:33:21 +01:00
config.w32 backport gd config.w32 to support freetype 2.5 2015-02-12 20:27:48 +01:00
CREDITS
gd_compat.c This seems better 2015-11-20 15:36:13 +08:00
gd_compat.h Revert removal of overflow2 use in gd.c 2013-05-06 10:00:45 +02:00
gd_ctx.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
gd.c Fix #72709: imagesetstyle() causes OOB read for empty $styles 2016-08-02 18:43:37 +02:00
gd.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
gdcache.c Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdef 2013-05-04 16:50:06 +02:00
gdcache.h
php_gd.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00