• Home
Name Date Size #Lines LOC

..--

0000-build-config.patchD03-May-20249.1 KiB344331

0001-build-config.patchD03-May-2024653 1815

0002-CVE-2015-8665-8683.patchD03-May-20244.1 KiB115111

0003-CVE-2015-8781-8782-8783.patchD03-May-20245.1 KiB173170

0004-CVE-2015-8784.patchD03-May-20241.7 KiB5146

0005-Leak-TIFFFetchStripThing.patchD03-May-2024515 1413

0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patchD03-May-20241.6 KiB4136

0007-uninitialized-value.patchD03-May-2024451 1412

0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patchD03-May-2024510 1412

0009-HeapBufferOverflow-PixarLogDecode.patchD03-May-20241.3 KiB3433

0010-fix-leak-imagebegin.patchD03-May-2024559 1614

0011-fix-leak-imagebegin2.patchD03-May-20241.5 KiB4138

0012-initialize-tif-rawdata.patchD03-May-2024507 1514

0013-validate-refblackwhite.patchD03-May-2024691 2019

0014-cast-to-unsigned-in-putagreytile.patchD03-May-2024519 1413

0015-fix-leaks-in-tif_ojpeg.patchD03-May-20241.6 KiB3837

0016-fix-leak-in-pixarlogsetupdecode.patchD03-May-20241.1 KiB2523

0017-safe_skews_in_gtTileContig.patchD03-May-20243.1 KiB8986

0018-fix-leak-in-PredictorSetupDecode.patchD03-May-20241.6 KiB4036

0019-fix-invalid-reads-TIFFFetchNormalTag.patchD03-May-20241.9 KiB2928

0020-unreasonable-td-bitspersample.patchD03-May-20241.4 KiB2322

0021-fix-leaks-ojpegreaderinfosectables.patchD03-May-20241.4 KiB3231

README.pdfiumD03-May-20241.8 KiB3430

t4.hD03-May-202411.1 KiB293240

tif_aux.cD03-May-20249.1 KiB359263

tif_close.cD03-May-20244 KiB14152

tif_codec.cD03-May-20244.9 KiB166103

tif_color.cD03-May-20248.6 KiB288160

tif_compress.cD03-May-20247.7 KiB305213

tif_dir.cD03-May-202447 KiB1,7141,369

tif_dir.hD03-May-202410.7 KiB309203

tif_dirinfo.cD03-May-202447.2 KiB960798

tif_dirread.cD03-May-2024138.9 KiB5,6385,124

tif_dirwrite.cD03-May-202485.9 KiB2,9122,554

tif_dumpmode.cD03-May-20243.8 KiB14477

tif_error.cD03-May-20242.3 KiB8138

tif_extension.cD03-May-20243.2 KiB11947

tif_fax3.cD03-May-202443.9 KiB1,5971,209

tif_fax3.hD03-May-202415.8 KiB539385

tif_fax3sm.cD03-May-2024102.3 KiB1,2611,251

tif_flush.cD03-May-20244 KiB11959

tif_getimage.cD03-May-202475 KiB2,9702,391

tif_jpeg.cD03-May-202471.9 KiB2,4301,718

tif_luv.cD03-May-202442.8 KiB1,7311,332

tif_lzw.cD03-May-202431.1 KiB1,179804

tif_next.cD03-May-20244.9 KiB188115

tif_ojpeg.cD03-May-202475.9 KiB2,5322,213

tif_open.cD03-May-202417.6 KiB726471

tif_packbits.cD03-May-20247.2 KiB301216

tif_pixarlog.cD03-May-202440.7 KiB1,4511,130

tif_predict.cD03-May-202421.3 KiB798585

tif_predict.hD03-May-20242.8 KiB7829

tif_print.cD03-May-202420.5 KiB717618

tif_read.cD03-May-202433 KiB1,098802

tif_strip.cD03-May-202411.2 KiB390280

tif_swab.cD03-May-20249.1 KiB311240

tif_thunder.cD03-May-20246.3 KiB208137

tif_tile.cD03-May-20248.8 KiB323235

tif_version.cD03-May-20241.5 KiB417

tif_warning.cD03-May-20242.3 KiB8238

tif_write.cD03-May-202424.9 KiB794488

tif_zip.cD03-May-202413.2 KiB473313

tiff.hD03-May-202435.1 KiB682477

tiffconf.hD03-May-20246.3 KiB253103

tiffio.hD03-May-202422.5 KiB559382

tiffiop.hD03-May-202417.6 KiB420307

tiffvers.hD03-May-2024410 102

uvcode.hD03-May-20245.5 KiB181172

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