summaryrefslogtreecommitdiff
path: root/tests/gdimagescale
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leakage in test caseswilson chen2020-03-211-0/+1
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
* convert all files to native line encodingsMike Frysinger2018-06-212-85/+80
* tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-151-1/+0
* Fix #329: GD_BILINEAR_FIXED gdImageScale() can cause black borderChristoph M. Becker2016-10-104-0/+56
* Fix #330: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-104-0/+35
* Revert "Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULL"Christoph M. Becker2016-10-094-30/+0
* Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULLChristoph M. Becker2016-10-094-0/+30
* Add bug_overflow_large_new_size to .gitignoreChristoph M. Becker2016-07-191-0/+1
* Merge branch 'master' of github.com:libgd/libgdPierre Joye2016-07-191-1/+1
|\
| * Partially implement #220: tests: replace all printf error messages with gdTes...Christoph M. Becker2016-07-151-1/+1
* | fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207)Pierre Joye2016-07-193-1/+34
|/
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
* gitignore: add missing entries #172 #218Mike Frysinger2016-06-101-0/+1
* fix #218 zero width or height parameter can lead to crashPierre Joye2016-06-083-0/+31