]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
Add checks for processing gif. 100/head
authorDheeraj <dhirajyadav135@gmail.com>
Thu, 21 Mar 2019 12:31:43 +0000 (18:01 +0530)
committerDheeraj <dhirajyadav135@gmail.com>
Thu, 21 Mar 2019 12:54:48 +0000 (18:24 +0530)
commitaa9c5657224df094641b2c6c29326c41ffa8c9e0
treec42f5f42b7f581bb3abd7bf47da3a126879438b3
parenta32dfc38ba6bdf0d0f26ffe51c7f76a3d0c94301
Add checks for processing gif.

Fixes #81. Fixes #82. Some checks are added so that program exits gracefully.
These checks are added according to the gifs given by @ocean1. Some other
corrupted gif may crash at some other part of the code.
Return type of flush_tile() function is changed to int.
.gitignore
cupsfilters/image-gif.c
cupsfilters/image.c