• Home
  • History
  • Annotate
  • only in /external/pdfium/third_party/libtiff/
NameDateSize

..29-Aug-20174 KiB

0000-build-config.patch29-Aug-20179.1 KiB

0001-build-config.patch29-Aug-2017653

0002-CVE-2015-8665-8683.patch29-Aug-20174.1 KiB

0003-CVE-2015-8781-8782-8783.patch29-Aug-20175.1 KiB

0004-CVE-2015-8784.patch29-Aug-20171.7 KiB

0005-Leak-TIFFFetchStripThing.patch29-Aug-2017515

0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch29-Aug-20171.6 KiB

0007-uninitialized-value.patch29-Aug-2017451

0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch29-Aug-2017510

0009-HeapBufferOverflow-PixarLogDecode.patch29-Aug-20171.3 KiB

0010-fix-leak-imagebegin.patch29-Aug-2017559

0011-fix-leak-imagebegin2.patch29-Aug-20171.5 KiB

0012-initialize-tif-rawdata.patch29-Aug-2017507

0013-validate-refblackwhite.patch29-Aug-2017691

0014-cast-to-unsigned-in-putagreytile.patch29-Aug-2017519

0015-fix-leaks-in-tif_ojpeg.patch29-Aug-20171.6 KiB

0016-fix-leak-in-pixarlogsetupdecode.patch29-Aug-20171.1 KiB

0017-safe_skews_in_gtTileContig.patch29-Aug-20173.1 KiB

0018-fix-leak-in-PredictorSetupDecode.patch29-Aug-20171.6 KiB

0019-fix-invalid-reads-TIFFFetchNormalTag.patch29-Aug-20171.9 KiB

0020-unreasonable-td-bitspersample.patch29-Aug-20171.4 KiB

0021-fix-leaks-ojpegreaderinfosectables.patch29-Aug-20171.4 KiB

README.pdfium29-Aug-20171.8 KiB

t4.h29-Aug-201711.1 KiB

tif_aux.c29-Aug-20179.1 KiB

tif_close.c29-Aug-20174 KiB

tif_codec.c29-Aug-20174.9 KiB

tif_color.c29-Aug-20178.6 KiB

tif_compress.c29-Aug-20177.7 KiB

tif_dir.c29-Aug-201747 KiB

tif_dir.h29-Aug-201710.7 KiB

tif_dirinfo.c29-Aug-201747.2 KiB

tif_dirread.c29-Aug-2017138.9 KiB

tif_dirwrite.c29-Aug-201785.9 KiB

tif_dumpmode.c29-Aug-20173.8 KiB

tif_error.c29-Aug-20172.3 KiB

tif_extension.c29-Aug-20173.2 KiB

tif_fax3.c29-Aug-201743.9 KiB

tif_fax3.h29-Aug-201715.8 KiB

tif_fax3sm.c29-Aug-2017102.3 KiB

tif_flush.c29-Aug-20174 KiB

tif_getimage.c29-Aug-201775 KiB

tif_jpeg.c29-Aug-201771.9 KiB

tif_luv.c29-Aug-201742.8 KiB

tif_lzw.c29-Aug-201731.1 KiB

tif_next.c29-Aug-20174.9 KiB

tif_ojpeg.c29-Aug-201775.9 KiB

tif_open.c29-Aug-201717.6 KiB

tif_packbits.c29-Aug-20177.2 KiB

tif_pixarlog.c29-Aug-201740.7 KiB

tif_predict.c29-Aug-201721.3 KiB

tif_predict.h29-Aug-20172.8 KiB

tif_print.c29-Aug-201720.5 KiB

tif_read.c29-Aug-201733 KiB

tif_strip.c29-Aug-201711.2 KiB

tif_swab.c29-Aug-20179.1 KiB

tif_thunder.c29-Aug-20176.3 KiB

tif_tile.c29-Aug-20178.8 KiB

tif_version.c29-Aug-20171.5 KiB

tif_warning.c29-Aug-20172.3 KiB

tif_write.c29-Aug-201724.9 KiB

tif_zip.c29-Aug-201713.2 KiB

tiff.h29-Aug-201735.1 KiB

tiffconf.h29-Aug-20176.3 KiB

tiffio.h29-Aug-201722.5 KiB

tiffiop.h29-Aug-201717.6 KiB

tiffvers.h29-Aug-2017410

uvcode.h29-Aug-20175.5 KiB

README.pdfium

1Name: LibTIFF
2URL: http://www.remotesensing.org/libtiff/
3Version: 4.0.6
4Security Critical: yes
5License: BSD
6
7Description:
8TIFF library.
9
10Local Modifications:
11
120000-build-config.patch: Local build configuration changes.
130001-build-config.patch: Enable HAVE_SEARCH_H in tiffconf.h for VS 2015
140002-CVE-2015-8665-8683.patch: Security fixes
150003-CVE-2015-8781-8782-8783.patch: Security fixes
160004-CVE-2015-8784.patch: Security fixes
170005-Leak-TIFFFetchStripThing.patch: Fix a memory leak
180006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
190007-uninitialized-value.patch: Fix potentially uninitialized dircount value
200008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
210009-HeapBufferOverflow-PixarLogDecode.patch: Fix a heap buffer overflow
220010-fix-leak-imagebegin: Fix a leak when TIFFRGBAImageBegin fails
230011-fix-leak-imagebegin2: Apply upstream fix related to our previous patch
240012-initialize-tif-rawdata.patch: Initialize tif_rawdata to guard against unitialized access
250013-validate-refblackwhite.patch: Make sure the refblackwhite values aren't nan.
260014-cast-to-unsigned-in-putagreytile.patch: casting to avoid undefined shifts.
270015-fix-leaks-in-tif_ojpeg.patch: fix direct leaks in tif_ojpeg.c methods
280016-fix-leak-in-pixarlogsetupdecode.patch: Free sp->tbuf if setup fails
290017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32.
300018-fix-leak-in-PredictorSetupDecode.patch: call tif->tif_cleanup if the setup fails.
310019-fix-invalid-reads-TIFFFetchNormalTag.patch: upstream security fix in tif_dirread.
320020-unreasonable-td-bitspersample.patch: upstream patch ignoring large td_bitspersample.
330021-fix-leaks-ojpegreaderinfosectables.patch: more direct leak fixes in tif_ojpeg.c.
34