summaryrefslogtreecommitdiff
path: root/tests/gd2
Commit message (Expand)AuthorAgeFilesLines
* Fix tests based on coverity reports (#819)Pierre Joye2022-02-012-2/+5
* #797 possible leak on png error, returns from setjmp lost the row_poi… (#802)Pierre Joye2022-01-233-0/+33
* add testcase for gdimagecreatefromgd2partwilson chen2020-02-264-0/+38
* tests: Correct some test depend errorswilson chen2020-01-022-3/+3
* add testcase for gdimagecreatefromgd2partptrwilson chen2019-12-244-0/+62
* clean up trailing whitespace/newlinesMike Frysinger2018-06-212-3/+3
* convert all files to native line encodingsMike Frysinger2018-06-212-60/+56
* tests: clean up various buffers/objectsMike Frysinger2018-06-212-1/+4
* Fix dist build (*cough*)Christoph M. Becker2018-02-031-1/+1
* Fix dist buildChristoph M. Becker2018-02-031-0/+1
* Fix #383 (amendment)Christoph M. Becker2018-02-035-0/+35
* make gd/gd2 image formats optional #428Mike Frysinger2018-01-302-9/+8
* tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-151-3/+13
* Add regression test for issue #209Christoph M. Becker2017-01-245-0/+32
* Remove gd2/php_bug_72339_exp.gd2 from dist filesOndřej Surý2017-01-181-1/+0
* Fix #354: Signed Integer Overflow gd_io.cChristoph M. Becker2016-12-176-0/+37
* Fix DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2016-12-135-2/+29
* Fix #309: gdImageGd2() writes wrong chunk sizes on boundariesChristoph M. Becker2016-09-234-0/+40
* .gitignore gd2/bug_289Christoph M. Becker2016-08-151-0/+1
* Fix #289: Passing unrecognized formats to gdImageGd2 results in corrupted filesChristoph M. Becker2016-08-153-0/+35
* Merge branch 'pull-request/270'Christoph M. Becker2016-07-223-10/+24
|\
| * Remove the huge test file, generate it on the fly insteadChristoph M. Becker2016-07-213-10/+24
* | Fix gd2/gd2_read.c:8:6: error: 'error' may be used uninitialized in this func...Remi Collet2016-07-221-5/+1
|/
* tests: add missing newlines to error messagesMike Frysinger2016-07-211-1/+1
* Remove useless SVN IdsChristoph M. Becker2016-07-152-2/+0
* Partially implement #220: replace all printf error messages with gdTestErrorMsgChristoph M. Becker2016-07-152-5/+5
* Partially implement #220: tests: replace all printf error messages with gdTes...Christoph M. Becker2016-07-151-5/+5
* fix #245, typoPierre Joye2016-07-141-1/+1
* fix #245Pierre Joye2016-07-141-1/+1
* fix #255, some duplicate cases but allow png&gd2 testsPierre Joye2016-07-147-67/+62
* use correct expected imagePierre Joye2016-07-141-2/+2
* fix php bug 72339 (CVE-2016-5766), Integer Overflow in _gd2GetHeader() result...Pierre Joye2016-06-291-1/+1
* fix php bug 72339 (CVE-2016-5766), Integer Overflow in _gd2GetHeader() result...Pierre Joye2016-06-281-0/+1
* fix php bug 72339 (CVE-2016-5766), Integer Overflow in _gd2GetHeader() result...Pierre Joye2016-06-284-2/+26
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
* tests: add helpers for accessing test dataMike Frysinger2016-06-031-11/+1
* tests: rework handling of temp output filesMike Frysinger2016-05-171-7/+3
* tests: add missing test files to distMike Frysinger2016-05-141-1/+6
* gd2: fix double free when processing invalid headersMike Frysinger2016-04-303-0/+6
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-306-20/+44
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+22
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-6/+1
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+5
* gd2: handle corrupt images better (CVE-2016-3074)Mike Frysinger2016-04-162-0/+25
* Upgrade to long-syntax CMAKE add_test command to improve cross-platform compa...Nathanael Jones2015-01-071-2/+1
* Merge outstanding autotools changesOndřej Surý2013-04-081-4/+0
* - apply same CS everywherepierrejoye2013-04-033-4/+4
* this is for gd2, rather than jpegTakeshi Abe2013-03-041-1/+1
* search GD headers locally at firstTakeshi Abe2013-03-012-2/+2
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-221-1/+1