libgd/tests/gdimagefill
Pierre Joye 167ea1f4f0
Fix tests based on coverity reports (#819)
* Partial #818, unused arg

* Partial #818, init var

* partail #818, fix va_args usage

* partail #818, handle f* calls and avoid possible call to malloc with negative values

* partail #818, prevent double free

* partail #818, resource leak if test fail

* partail #818, null deref fix

* partail #818, avoid double free on fp failure

* Partial #818, fix error msg

* Partial #818, leak on error

* Partial #818, null deref

* Partial #818, avoid possible negative index on failure

* partial #818, does not free if we return if requested new size overflow

* partial #818, avoid double free, free where the alloc happened
2022-02-01 15:09:01 +07:00
..
.gitignore gitignore: split up test entries 2016-04-30 13:56:19 -04:00
CMakeLists.txt tests: sync feature enable lists in cmake files #382 2017-02-15 11:14:25 -05:00
Makemodule.am tests: gd2: add general read test helpers #208 2016-04-30 21:52:45 -04:00
bug00002_1.c Fix tests based on coverity reports (#819) 2022-02-01 15:09:01 +07:00
bug00002_1_exp.png - mv src/tests tests 2007-10-02 09:01:53 +00:00
bug00002_2.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
bug00002_2_exp.png - mv src/tests tests 2007-10-02 09:01:53 +00:00
bug00002_3.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
bug00002_3_exp.png - mv src/tests tests 2007-10-02 09:01:53 +00:00
bug00002_4.c tests: add helpers for accessing test data 2016-06-03 20:31:02 -04:00
bug00002_4_exp.png Update bug00002_4_exp.png for fixed double->int conversion in clipping 2013-04-26 12:42:09 +02:00
bug00104_1.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
bug00104_1_exp.png :fix and unit test for crash issue in gdImageFillTiled 2016-01-09 23:02:12 +02:00