summaryrefslogtreecommitdiff
path: root/src/libnsgif.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure code is valid before use.John-Mark Bell2015-11-211-2/+4
* Ensure LZW decode stack does not overflow.John-Mark Bell2015-11-211-0/+17
* Improve checks for data buffer exhaustionJohn-Mark Bell2015-11-211-8/+22
* Fix up scan-build: "Result of 'calloc' is converted to a pointer of type 'uns...Michael Drake2013-04-111-2/+2
* Put semicolon for bodyless while loop on new line. Remove confusing indentat...Michael Drake2013-04-111-15/+17
* Fix palette entry population some more. Hopefully, it's completely endian agn...John Mark Bell2009-08-091-13/+33
* Stop utterly insane palette entry population.John Mark Bell2009-08-031-10/+15
* Squash warnings. The way that palette entries are computed makes me cry. Plea...John Mark Bell2009-03-291-4/+4
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-291-0/+1260