summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-03test: Add test case for CVE-2023-43787 (integer overflow in XCreateImage)Alan Coopersmith2-0/+36
2023-09-22test: Add test case for CVE-2023-43786 (stack exhaustion in PutImage)Alan Coopersmith2-0/+290
2023-09-22test: Add test case for CVE-2023-43789 (corrupt colormap info)Alan Coopersmith2-0/+3
2023-09-05Explicitly mark non-static symbols as export or hiddenAlan Coopersmith1-1/+1
2023-05-20test: use g_pattern_spec_match_string if availableAlan Coopersmith1-0/+6
2023-04-22Set close-on-exec when opening filesAlan Coopersmith2-2/+10
2023-03-27test: Add simple test cases for functions in src/rgb.cAlan Coopersmith3-1/+104
2023-03-27test: Use PACKAGE_BUGREPORT instead of hard-coded URL'sAlan Coopersmith4-4/+4
2023-02-05open-zfile: Make compress & uncompress commands optionalAlan Coopersmith1-0/+23
2023-01-17test: skip compressed file tests when --disable-open-zfile is usedAlan Coopersmith1-0/+4
2023-01-12test: add test cases for CVE-2022-44617 (zero-width w/enormous height)Alan Coopersmith4-0/+77
2023-01-12test: add test case for CVE-2022-46285 (unclosed comments)Alan Coopersmith3-0/+34
2023-01-08test: Add unit tests using glib frameworkAlan Coopersmith31-0/+3940