summaryrefslogtreecommitdiff
path: root/tests/gif
Commit message (Expand)AuthorAgeFilesLines
* fix #415, the same is needed in the other section, add testbug/415Pierre Joye2021-08-252-0/+28
* fix leaks in tests and extend a bit the timeout for ASAN modePierre Joye2021-08-131-0/+1
* Allow GIFs missing both Global and Local Colormaps to still decode (#494)az66672021-03-035-0/+29
* tests/gif/bug00006.c: fix memory leakagewilson chen2020-03-171-0/+1
* tests: Correct some test depend errorswilson chen2020-01-022-8/+8
* Fix #499: gdImageGifAnimAddPtr: heap corruption with 2 identical imagesChristoph M. Becker2019-05-264-0/+54
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
* tests: clean up various buffers/objectsMike Frysinger2018-06-212-0/+3
* Fix #420: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-295-0/+32
* gif: fix out-of-bounds read w/corrupted lzw dataMike Frysinger2018-01-265-1/+18
* Fix typo which caused build to failChristoph M. Becker2017-08-101-1/+1
* Close #339: Fix unitialized memory read vulnerability in GIF readingChristoph M. Becker2017-08-105-2/+48
* tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-151-4/+9
* Fix #304: test suite failure in gif/bug00006 [2.2.3]Christoph M. Becker2016-10-111-0/+4
* Partially implement #220: tests: replace all printf error messages with gdTes...Christoph M. Becker2016-07-151-5/+5
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
* tests: add helpers for accessing test dataMike Frysinger2016-06-033-32/+7
* tests: rework handling of temp output filesMike Frysinger2016-05-174-29/+28
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-301-2/+2
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+25
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-6/+1
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+9
* Upgrade to long-syntax CMAKE add_test command to improve cross-platform compa...Nathanael Jones2015-01-071-2/+1
* Fix some unchecked values and possibly dereferenced null pointers in tests/Ondřej Surý2013-04-222-9/+51
* Make tests less chatty; silence them using our shiny new gdSetErrorMethodOndřej Surý2013-04-222-5/+1
* Merge outstanding autotools changesOndřej Surý2013-04-081-3/+0
* - apply same CS everywherepierrejoye2013-04-035-477/+479
* search GD headers locally at firstTakeshi Abe2013-03-017-11/+11
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-221-1/+1
* fix -Wimplicit-function-declarationtabe2013-02-152-3/+3
* fix -Wimplicit-inttabe2013-02-111-1/+1
* fix -Wunused-but-set-variabletabe2013-02-111-2/+2
* fix -Wunused-variabletabe2013-02-111-1/+1
* drop obsolete .cvsignoretabe2013-02-071-9/+0
* free memorytabe2010-08-241-0/+1
* fixed FS#227tabe2010-08-243-1/+68
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-253-1/+68
* fix for FS#204tabe2009-06-183-1/+16
* get a test executable' location from its target property.tabe2009-01-071-1/+2
* revert to the previous revision, as EXECUTABLE_OUTPUT_PATH enabled again.tabe2009-01-061-1/+1
* fixed the executable paths.tabe2009-01-041-1/+1
* fixed #181.tabe2008-11-033-1/+67
* - add Makefile.am (to be packaged when used with auto*)pajoye2008-05-101-0/+3
* - fix tests running under MinGWpajoye2008-04-181-1/+1
* - mv src/tests testspajoye2007-10-0215-0/+637