summaryrefslogtreecommitdiff
path: root/backend/tiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-11migrate from intltool to gettextWu Xiaotian2-5/+5
2019-08-20tiff: Handle failure from TIFFReadRGBAImageOrientedVictor Kareh1-9/+17
The TIFFReadRGBAImageOriented function returns zero if it was unable to read the image. Return NULL in this case instead of displaying uninitialized memory. This addresses CVE-2019-11459 upstream commit: https://gitlab.gnome.org/GNOME/evince/commit/234f034a4
2019-07-27Fix buffer overflow in backend/tiff-document.clukefromdc1-6/+9
Apply https://gitlab.gnome.org/GNOME/evince/commit/e02fe9170ad0ac2fd46c75329c4f1d4502d4a362
2019-07-01Remove trailing whitespacesLaurent Napias3-55/+55
2019-01-21tiff: fix possible NULL pointer dereferencemonsta1-1/+2
2016-10-20tiff: use function from cairo >= 1.6 unconditionallymonsta1-4/+0
no need for additional checks these days (and we actually already use the same function in another file)
2016-07-03tiff: issue warnings on print errorsraveit651-6/+17
taken from: https://git.gnome.org/browse/evince/commit/?id=3f85a30
2016-07-03tiff: fix compile warningraveit651-1/+1
taken from: https://git.gnome.org/browse/evince/commit/?id=2059456 https://git.gnome.org/browse/evince/commit/?id=00b5e55
2016-07-03tiff: Fix for -Wformat-nonliteral warningsraveit651-17/+15
taken from: https://git.gnome.org/browse/evince/commit/?id=f688561
2016-06-01backend: drop some win32-specific stuffmonsta1-13/+0
2014-12-10tiff: Set stopOnError to zero on TIFFReadRGBAImageOriented() callsinfirit1-2/+2
This allows overlooking errors and processing malformed tiff files. Taken from evince commit: 2f2b0dbbf86b3b0def86c78e27f7e530e4041308 From: Juanjo MarĂ­n <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=644806
2014-12-10tiff: Use TIFFOpenW on windowsinfirit1-0/+14
Taken from evince commit: 019c902c1e873aa465e877ae700f36eb94d04c45 From: Hib Eris <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=644928
2013-03-21Update make files for autoconf 1.13raveit1-1/+1
2011-11-09renaming libevdocument and libevview to prevent file conflictsPerberos1-1/+1
2011-11-09renaming evince to atrilPerberos4-8/+8
2011-11-09inicialPerberos6-0/+2510