summaryrefslogtreecommitdiff
path: root/src/gd_tga.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2021-09-231-1/+1
* fix read out-of-bands in reading tga header filemaryam ebrahimzadeh2021-07-191-1/+5
* tga: delay calculation to avoid undefined behaviorMike Frysinger2018-01-261-1/+2
* Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-131-1/+7
* Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-131-2/+4
* Fix #290: TGA RLE decoding is brokenChristoph M. Becker2016-08-161-8/+10
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+6
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-8/+18
* Fix #264: TGA warning coverityChristoph M. Becker2016-07-191-2/+2
* Proper fix for #248Ondřej Surý2016-07-151-29/+19
* bug #248, fix Out-Of-Bounds Read in read_image_tgaOndřej Surý2016-07-141-8/+26
* Unsupported TGA bpp/alphabit combinations should error gracefullyChristoph M. Becker2016-07-131-10/+6
* Revert "Unsupported TGA bpp/alphabit combinations should error gracefully"Christoph M. Becker2016-07-121-6/+10
* Unsupported TGA bpp/alphabit combinations should error gracefullyChristoph M. Becker2016-07-121-10/+6
* Fix #247, A read out-of-bands was found in the parsing of TGA files (CVE-2016...fix-247Ondřej Surý2016-07-121-2/+11
* tga: cleanup/simplify a bitMike Frysinger2016-05-141-49/+22
* tga: fix two memory corruption bugs #159Mike Frysinger2016-05-141-2/+2
* fix #84, double free and overrun due to wrong alloc type, uint8_t instead of intPierre Joye2015-01-191-8/+3
* Use standard int types in gd_tga.* instead of using 'byte' defined as intOndřej Surý2013-05-021-5/+5
* 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-2/+2
* 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-31/+34
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+1
* fix for FS#204tabe2009-06-181-0/+1
* check integer overflows.tabe2008-07-301-0/+4
* - #129:pajoye2008-02-271-2/+2
* - incorrect castpajoye2008-01-151-1/+1
* - drop unused variablespajoye2008-01-051-2/+0
* - #122, tga, add support for image flip (tga images can be storedpajoye2007-11-031-6/+5
* - Overflow checkmattias2007-10-161-0/+8
* - Avoid unnessessary allocmattias2007-10-161-4/+6
* - ws + commentmattias2007-10-161-4/+5
* - Performance hitmattias2007-10-161-3/+10
* Make the spelling of color consistent with the rest of libgd, though colour i...scottmac2007-10-131-323/+323
* - #122:pajoye2007-10-081-16/+38
* - #122, initial TGA support (read only)pajoye2007-10-071-0/+301