summaryrefslogtreecommitdiff
path: root/tests/gdimagecreate
Commit message (Collapse)AuthorAgeFilesLines
* tests: cmake: list appending instead of set(Andrew Burley2019-02-091-1/+1
| | | | Consistent use of LIST(APPEND over SET(
* convert all files to native line encodingsMike Frysinger2018-06-211-33/+29
| | | | | | A bunch of these files were committed with Windows line encodings. Strip all those ^M gremlins out as people working on Windows can use git's autocrlf setting to convert back and forth as needed.
* Fix #340: System frozenChristoph M. Becker2016-12-134-0/+44
gdImageCreate() doesn't check for oversized images and as such is prone to DoS vulnerabilities. We fix that by applying the same overflow check that is already in place for gdImageCreateTrueColor(). CVE-2016-9317