summaryrefslogtreecommitdiff
path: root/src/gd_png.c
Commit message (Expand)AuthorAgeFilesLines
* add stub ABI funcs when formats are disabled #345Mike Frysinger2019-02-091-0/+52
* Remove Git ident attributesPeter Kokot2018-06-271-1/+0
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
* png: fix memory leak with error handlers in outputsMike Frysinger2018-06-211-2/+10
* Merge branch 'pull-request/346'Christoph M. Becker2017-08-271-1/+1
|\
| * Fix #338: Fatal and normal libjpeg/ibpng errors not distinguishableChristoph M. Becker2016-11-161-1/+1
* | Fix #381: libgd double-free vulnerabilityChristoph M. Becker2017-08-271-9/+30
|/
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-231-24/+28
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+6
* fix coverity CID 95841, should not happen but in case libpng adds special cas...Pierre Joye2016-06-201-6/+8
* png: fix some memory leaks w/invalid imagesMike Frysinger2016-05-141-63/+39
* free palette on errorPierre Joye2015-01-191-0/+3
* free im on errorPierre Joye2015-01-141-0/+1
* free allocated palette on errorPierre Joye2015-01-071-0/+9
* fix im leaked on errorPierre Joye2015-01-071-0/+3
* just reduce static analyzer noisePierre Joye2015-01-071-1/+1
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-0/+221
* Fail on unknown PNG color_type instead of using initialized memory blocks (nu...Ondřej Surý2013-05-221-0/+10
* Improve gd_error -> gd_error_ex usageOndřej Surý2013-04-221-4/+2
* avoid warning: implicit declaration of function ‘gd_error’ [-Wimplicit-fu...Takeshi Abe2013-04-201-0/+1
* Use custom error handler instead of fprintf(stderr, ...)Ondřej Surý2013-04-181-19/+19
* - apply same CS everywherepierrejoye2013-04-031-228/+183
* fix -Wsign-compareTakeshi Abe2013-02-151-1/+1
* fix -Wunused-parametertabe2013-02-111-0/+1
* fix FS#235tabe2010-12-041-0/+6
* fix URLtabe2010-11-201-3/+3
* use png_sig_cmp to support libpng 1.4, old is deprecated already in older ver...tabe2010-01-131-1/+1
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+2
* fix for FS#204tabe2009-06-181-0/+3
* replaced static gdPngJmpbufStruct, which is afraid of being shared withtabe2009-03-311-15/+15
* append a line feedtabe2009-03-141-1/+1
* fixed a slim chance of memory leaks.tabe2009-03-141-10/+7
* fixed FS#193tabe2009-03-131-0/+5
* ref FS#176: surround with #ifdef PNG_pHYs_SUPPORTED.tabe2009-03-131-0/+4
* ref FS#176: added support of variable resolution by Alan Boudreault.tabe2009-03-081-2/+18
* - #88, MFB: Bug loading png images in grayscale + alphapajoye2007-11-181-2/+7
* - WS / CSpajoye2007-11-171-622/+622
* - #105, gdImageCreateFrom*Ptr() can crash if gdNewDynamicCtxEx() failsmattias2007-08-071-0/+2
* - MFB: #86, Possible infinite loop in libgd/gd_png.cpajoye2007-05-171-1/+5
* - MFB: #67, Preferable calls of gdFree() in libgdpajoye2007-05-061-1/+1
* - #32, malformed PNG image crashes (CRC error)pajoye2007-01-071-117/+115
* - #12, initialize the sig buf not infile, good that we don't use getC...pajoye2006-11-051-1/+1
* - #11, gdImageCreateFromPng* possible crash with empty filepajoye2006-10-111-1/+5
* - sync to 2.0.29pierre2006-04-051-2/+25
* - sync to 2.0.24pierre2006-04-051-19/+9
* - sync to 2.0.23pierre2006-04-051-16/+16
* - sync to 2.0.21GD_2_0_21pierre2006-04-051-0/+9
* - sync to 2.0.17GD_2_0_17pierre2006-04-051-11/+26
* - sync to 2.0.13GD_2_0_13pierre2006-04-051-1/+2
* - sync to 2.0.12pierre2006-04-051-6/+33