summaryrefslogtreecommitdiff
path: root/src/gd_gif_in.c
Commit message (Expand)AuthorAgeFilesLines
* Allow GIFs missing both Global and Local Colormaps to still decode (#494)az66672021-03-031-2/+4
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
* Fix #420: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-291-6/+6
* gif: fix out-of-bounds read w/corrupted lzw dataMike Frysinger2018-01-261-0/+8
* Make ReadOK fail on short readsTim D. Smith2018-01-241-1/+1
* Close #339: Fix unitialized memory read vulnerability in GIF readingChristoph M. Becker2017-08-101-0/+3
* Fix #68: gif: buffer underflow reported by AddressSanitizerChristoph M. Becker2016-10-151-1/+1
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+6
* move overflow test outside the loop for perfRemi Collet2014-12-161-6/+5
* Fix possible buffer read overflowRemi Collet2014-12-131-2/+9
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-0/+58
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-0/+4
* - apply same CS everywherepierrejoye2013-04-031-61/+61
* fix -Wunused-but-set-variabletabe2013-02-111-3/+3
* fix for FS#204tabe2009-06-181-1/+2
* - ws + csmattias2007-10-231-443/+497
* - file lost in last commit for #105 :)mattias2007-08-071-0/+2
* - #87, MFB: fix segfault when an invalid color index is present in thepajoye2007-06-081-0/+4
* - Sync HEAD with GD_2_0pajoye2007-05-061-23/+41
* MFB: fix bug #52: Reading GIF images is not thread safe (static usage in priv...nlopess2007-03-081-100/+110
* MFBnlopess2007-03-021-4/+1
* - #7, part of the patch required for http://bugs.php.net/bug.php?id=33220pajoye2007-01-111-2/+2
* - GIF security fixespajoye2006-09-281-14/+31
* - sync to 2.0.32pierre2006-04-051-0/+8
* - sync to 2.0.28pierre2006-04-051-47/+48
* - sync to 1.5.0GD_1_5_0pierre2006-04-051-0/+562