diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-09-07 14:02:52 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-09-07 14:02:52 +0000 |
| commit | c4a2f72e9d38aaaddeeb289332da48ae7d20f6f3 (patch) | |
| tree | 7f43b388c96ba1fa0258d68e317d6dc0d6726c07 /ChangeLog | |
| parent | 71ce9dbe195e7e6300a49a0d2cc3b1bfc3883873 (diff) | |
| download | libtiff-git-c4a2f72e9d38aaaddeeb289332da48ae7d20f6f3.tar.gz | |
* libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK()
function that checks if the offset is not bigger than INT64_MAX, so as
to avoid a -1 error return code of TIFFSeekFile() to match a required
seek to UINT64_MAX/-1.
Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726
Adapted from proposal by Nicolas Ruff.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2017-09-27 Even Rouault <even.rouault at spatialys.com> + + * libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK() + function that checks if the offset is not bigger than INT64_MAX, so as + to avoid a -1 error return code of TIFFSeekFile() to match a required + seek to UINT64_MAX/-1. + Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2726 + Adapted from proposal by Nicolas Ruff. + 2017-08-29 Even Rouault <even.rouault at spatialys.com> * libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressed |
