Thomas Bernard
916c1a4f8b
tiffcrop: fix buffer overrun in extractContigSamples24bits()
...
fixes #113
2020-11-18 01:47:11 +01:00
Even Rouault
dadd8c7dce
Merge branch 'issue-220' into 'master'
...
tiff2pdf.c: properly calculate datasize when saving to JPEG YCbCr
Closes #220
See merge request libtiff/libtiff!159
2020-11-14 12:53:01 +00:00
Thomas Bernard
7be2e452dd
tiff2pdf.c: properly calculate datasize when saving to JPEG YCbCr
...
fixes #220
2020-11-14 12:53:01 +00:00
Even Rouault
bf84e70665
Merge branch 'issue-204' into 'master'
...
avoid buffer overflow while writing jpeg end of file marker
Closes #204
See merge request libtiff/libtiff!161
2020-11-14 12:51:06 +00:00
Even Rouault
7ade760d79
Merge branch 'issue-193' into 'master'
...
fix buffer overflow in tiff2ps.c
Closes #193
See merge request libtiff/libtiff!162
2020-11-14 12:50:05 +00:00
Even Rouault
026c2bce9f
Merge branch 'skal65535-master-patch-91082' into 'master'
...
More overflow fixes for large widths
See merge request libtiff/libtiff!164
2020-11-14 12:44:43 +00:00
skal
2105b200df
More overflow fixes for large width
...
Also: use INT_MAX instead of hard-coded constants.
2020-11-14 08:57:59 +00:00
Even Rouault
d40507b815
Merge branch 'skal65535-master-patch-56655' into 'master'
...
Fix potential overflow in gtStripContig()
See merge request libtiff/libtiff!163
2020-11-12 15:52:56 +00:00
Even Rouault
d167fbb6af
Merge branch 'issue-211' into 'master'
...
check for tile width overflow
Closes #211
See merge request libtiff/libtiff!160
2020-11-12 15:52:43 +00:00
skal
ce70d17ee6
Fix potential overflow in gtStripContig()
...
(w + w) might not fit in int32 if too large.
2020-11-12 15:41:14 +00:00
Thomas Bernard
b7cc4f7ef1
tiff2ps.c: fix buffer overread
...
fixes #193
2020-11-10 03:00:27 +01:00
Thomas Bernard
19ff8a6e97
fix undefined behaviour (int shifted too much to the left)
2020-11-10 03:00:12 +01:00
Thomas Bernard
a61c255236
avoid buffer overflow while writing jpeg end of file marker
...
fixes #204
2020-11-10 02:35:53 +01:00
Thomas Bernard
c8d613ef49
gtTileContig(): check Tile width for overflow
...
fixes #211
2020-11-10 02:10:31 +01:00
Thomas Bernard
712fe9f5b9
fix warning messages (v32 is unsigned)
2020-11-10 01:53:56 +01:00
Even Rouault
2e822691d7
TIFFStartStrip(): avoid potential crash in WebP codec when using scanline access on corrupted files. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26650
2020-10-26 11:32:42 +01:00
Even Rouault
b0469e8157
tif_webp.c: validate tile/strip dimension to avoid unsigned integer overflow in RGBA.size computation
2020-10-20 13:47:16 +02:00
Even Rouault
8aec9c8d29
tif_zip.c: fix typo in comment
2020-10-19 14:25:40 +02:00
Even Rouault
3550db1ad2
tiff.h: remove irrelevant warning about webp related pseudo-tags not being registered: they are purely internal libtiff concepts
2020-10-16 15:23:56 +02:00
Even Rouault
0047ca708b
Merge branch 'libdeflate' into 'master'
...
Add support for building against libdeflate for faster Zip/Deflate compression/decompression
See merge request libtiff/libtiff!158
2020-10-16 13:22:06 +00:00
Even Rouault
b9fa1f6e4a
test: add testdeflatelaststripextradata.sh
2020-10-16 13:40:11 +02:00
Even Rouault
3a2de853a9
Add support for optional building against libdeflate for faster Zip/Deflate compression/decompression.
...
So we can have 2 kind of builds with the Zip/Deflate codec:
- zlib only
- zlib + libdeflate
Speed improvements in the 35%-50% range can be expected when libdeflate is used.
Compression level up to 12 is now supported (capped to 9 when zlib is used).
Still requires zlib for situations where libdeflate cannot be used (that
is for scanline access, since libdeflate has no streaming mode)
Pseudo-tag TIFFTAG_DEFLATE_SUBCODEC=DEFLATE_SUBCODEC_ZLIB/DEFLATE_SUBCODEC_LIBDEFLATE
is added to control which subcodec (zlib or libdeflate) should be used (it defaults
of course to libdeflate, when it is available).
This is mostly aimed at being used on the writing side, to be able to reproduce
output of previous libtiff versions at a binary level, in situations where this would
be really needed. Or as a safety belt in case there would be unforeseen issues
with using libdeflate.
It can be used to know when libdeflate is available at runtime (DEFLATE_SUBCODEC_LIBDEFLATE
will be the default value in that situation).
Of course, deflate codestreams produced by libdeflate can be read by zlib, and vice-versa.
2020-10-16 13:40:10 +02:00
Even Rouault
ac64d74bdf
tif_webp.c: fix compiler warnings with MSVC
2020-10-14 14:39:50 +02:00
Even Rouault
e2801db6fd
Merge branch 'various_fixes' into 'master'
...
Fix compiler warnings about unused variables when assert() expands to nothing
See merge request libtiff/libtiff!157
2020-10-12 19:18:40 +00:00
Even Rouault
4c4965a9df
.gitignore: add entries for new files in test/
2020-10-12 20:20:38 +02:00
Even Rouault
c4aa76401b
Fix compiler warnings about unused variables when assert() expands to nothing
2020-10-12 19:45:51 +02:00
Roger Leigh
3279b00500
Merge branch '215-cygwin-appveyor-fail' into 'master'
...
Update Appveyor CI build to build with VS2019 image
Closes #215
See merge request libtiff/libtiff!154
2020-10-09 18:05:25 +00:00
Roger Leigh
7f8f6991da
wip
2020-10-09 18:10:56 +01:00
Roger Leigh
42b6225641
wip
2020-10-09 17:58:44 +01:00
Roger Leigh
aeddabed84
wip
2020-10-09 17:00:46 +01:00
Roger Leigh
7d8b5e3695
wip
2020-10-09 16:47:38 +01:00
Roger Leigh
9911889a25
wip
2020-10-09 16:19:58 +01:00
Roger Leigh
4d1e1bc362
wip
2020-10-09 15:49:47 +01:00
Roger Leigh
e61c593494
Merge branch 'TIFF-217_m_lib_path' into 'master'
...
cmake: Do not use absolute libm path
Closes #217
See merge request libtiff/libtiff!156
2020-10-09 09:21:55 +00:00
Roger Leigh
7c9ca61785
cmake: Do not use absolute libm path
2020-10-09 08:32:44 +01:00
Even Rouault
a4cae3b8a3
tif_fax3.h: restore systematic calls to CLEANUP_RUNS()
...
now that SETVALUE() no longer cause overflows.
Those were removed per b351db8be1
and
3440ac2164
.
As SETVALUE() now returns an error, this allow the decoder to exit.
Otherwise, the assert(x == lastx) in _TIFFFax3fillruns() can trigger.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26201
2020-10-08 12:20:52 +02:00
Even Rouault
4ee4a69bbb
Merge branch 'check_TIFFFlushData1' into 'master'
...
FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() return value
See merge request libtiff/libtiff!155
2020-10-06 09:57:51 +00:00
Even Rouault
8c4c297a48
Merge branch 'shared-memory' into 'master'
...
Set the --shared-memory linker flag for Emscripten builds
See merge request libtiff/libtiff!153
2020-10-04 09:51:13 +00:00
Even Rouault
ca70b5e702
tiff2rgba.c: fix -Wold-style-declaration warning
2020-10-03 18:16:27 +02:00
Even Rouault
ff1022ac06
FAX/JPEG/LZMA/PixarLog/ZIP/ZSTD codecs: make sure to check TIFFFlushData1() return value
2020-10-03 18:12:04 +02:00
Even Rouault
9febb7599a
tif_fax3.h: extra buffer overflow checks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25934
2020-09-26 23:02:19 +02:00
Roger Leigh
6d078fe1f8
wip
2020-09-25 17:14:58 +01:00
Roger Leigh
e8863893b0
wip
2020-09-25 10:47:23 +01:00
Roger Leigh
5123e29287
wip
2020-09-25 10:12:02 +01:00
Roger Leigh
3b522bf470
wip
2020-09-25 09:57:15 +01:00
Roger Leigh
5d0476eb0b
wip
2020-09-25 09:43:43 +01:00
Roger Leigh
9555de026e
wip
2020-09-25 09:33:47 +01:00
Roger Leigh
04b299927f
Update AppVeyor image
2020-09-25 09:10:07 +01:00
Roger Leigh
f846cd6452
test-appveyor
2020-09-25 09:01:47 +01:00
Attila Oláh
2b9abce31b
Also pass --shared-memory to raw_decode.
...
This is needed when building for Emscripten with *both* WEBP and JPEG
support.
2020-09-24 17:24:12 +00:00