libgd/tests/tga
Pierre Joye 1f70ada0e4 not used 2021-08-17 06:26:29 +07:00
..
.gitignore Fix OOB reads of the TGA decompression buffer 2016-12-13 13:31:05 +01:00
CMakeLists.txt tests: add more checks for libpng (and other deps) 2017-02-23 17:31:41 -05:00
Makemodule.am tests: add more checks for libpng (and other deps) 2017-02-23 17:31:41 -05:00
bug00084.c Remove unused argc/argv parameters from main() in tests 2016-07-13 02:20:38 +02:00
bug00084.tga fix #84, double free and overrun due to wrong alloc type, uint8_t instead of int 2015-01-19 05:40:53 +01:00
bug00247.c Remove unused argc/argv parameters from main() in tests 2016-07-13 02:20:38 +02:00
bug00247.tga Add tests for #247 (Courtesy of Machine Learning and Applications Group) 2016-07-12 16:11:51 +02:00
bug00247a.c Remove unused argc/argv parameters from main() in tests 2016-07-13 02:20:38 +02:00
bug00247a.tga Unsupported TGA bpp/alphabit combinations should error gracefully 2016-07-13 00:43:10 +02:00
bug00248.c not used 2021-08-17 06:26:29 +07:00
bug00248.tga Tests for #248 2016-07-14 10:39:41 +02:00
bug00248a.c Add a further regression test for issue #248 2016-07-15 14:28:43 +02:00
bug00248a.tga Add a further regression test for issue #248 2016-07-15 14:28:43 +02:00
heap_overflow.c Fix OOB reads of the TGA decompression buffer 2016-12-13 15:51:51 +01:00
heap_overflow.tga Fix OOB reads of the TGA decompression buffer 2016-12-13 13:31:05 +01:00
heap_overflow_1.tga Fix OOB reads of the TGA decompression buffer 2016-12-13 15:51:51 +01:00
heap_overflow_2.tga Fix OOB reads of the TGA decompression buffer 2016-12-13 15:51:51 +01:00
tga_null.c search GD headers locally at first 2013-03-01 16:53:11 +09:00
tga_read.c Fix #290: TGA RLE decoding is broken 2016-08-16 14:27:23 +02:00
tga_read_rgb.png Fix #290: TGA RLE decoding is broken 2016-08-16 14:27:23 +02:00
tga_read_rgb.tga Fix #290: TGA RLE decoding is broken 2016-08-16 14:27:23 +02:00
tga_read_rgb_rle.tga Fix #290: TGA RLE decoding is broken 2016-08-16 14:27:23 +02:00