blob: 8a6bd5ba10da4416f8cf75d0e0006127de7e0871 [file] [log] [blame]
Name: LibTIFF
URL: http://www.simplesystems.org/libtiff/
Version: 4.2.0
CPEPrefix: cpe:/a:libtiff:libtiff:4.2.0
Security Critical: yes
License: BSD
Description:
TIFF library.
Local Modifications:
0000-build-config.patch: Local build configuration changes.
0001-unused-variable.patch: Fix -Wunused-but-set-variable.
0017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32.
0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
0031-safe_size_ingtStripContig.patch: return error if the size to read overflow from int32.
0032-builtin-codecs.patch: make _TIFFBuiltinCODECS const data.
0033-avail-out-overflow.patch: signed comparison in PixarLogDecode().
0034-memcpy-nullptr.patch: Check size before calling memcpy().
0035-memcpy-nullptr-zero-size.patch: Check for nullptr and zero size before calling memcpy().