Home | History | Annotate | only in /external/pdfium/third_party/libtiff
Up to higher level directory
NameDateSize
0000-build-config.patch22-Oct-20208.1K
0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch22-Oct-20201.6K
0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch22-Oct-2020510
0017-safe_skews_in_gtTileContig.patch22-Oct-20202.8K
0025-upstream-OOM-gtTileContig.patch22-Oct-202017.8K
0026-upstream-null-dereference.patch22-Oct-20201K
0027-build-config.patch22-Oct-20201.2K
0028-nstrips-OOM.patch22-Oct-2020902
README.pdfium22-Oct-2020910
t4.h22-Oct-202011.1K
tif_aux.c22-Oct-20209.5K
tif_close.c22-Oct-20204K
tif_codec.c22-Oct-20204.9K
tif_color.c22-Oct-20209.3K
tif_compress.c22-Oct-20207.8K
tif_dir.c22-Oct-202049.2K
tif_dir.h22-Oct-202010.7K
tif_dirinfo.c22-Oct-202047.5K
tif_dirread.c22-Oct-2020141.3K
tif_dirwrite.c22-Oct-202087.6K
tif_dumpmode.c22-Oct-20203.8K
tif_error.c22-Oct-20202.3K
tif_extension.c22-Oct-20203.2K
tif_fax3.c22-Oct-202044.9K
tif_fax3.h22-Oct-202016K
tif_fax3sm.c22-Oct-2020102.3K
tif_flush.c22-Oct-20204K
tif_getimage.c22-Oct-202078.8K
tif_jpeg.c22-Oct-202073.1K
tif_luv.c22-Oct-202043.8K
tif_lzw.c22-Oct-202032.2K
tif_next.c22-Oct-20204.9K
tif_ojpeg.c22-Oct-202076.8K
tif_open.c22-Oct-202017.6K
tif_packbits.c22-Oct-20207.4K
tif_pixarlog.c22-Oct-202042.7K
tif_predict.c22-Oct-202023.6K
tif_predict.h22-Oct-20202.9K
tif_print.c22-Oct-202020.6K
tif_read.c22-Oct-202047.6K
tif_strip.c22-Oct-202011.2K
tif_swab.c22-Oct-20209.1K
tif_thunder.c22-Oct-20206.3K
tif_tile.c22-Oct-20208.8K
tif_version.c22-Oct-20201.5K
tif_warning.c22-Oct-20202.3K
tif_write.c22-Oct-202026.3K
tif_zip.c22-Oct-202013.4K
tiff.h22-Oct-202035.1K
tiffconf.h22-Oct-20205.9K
tiffio.h22-Oct-202022.8K
tiffiop.h22-Oct-202018.5K
tiffvers.h22-Oct-2020410
uvcode.h22-Oct-20205.5K

README.pdfium

      1 Name: LibTIFF
      2 URL: http://www.simplesystems.org/libtiff/
      3 Version: 4.0.8
      4 Security Critical: yes
      5 License: BSD
      6 
      7 Description:
      8 TIFF library.
      9 
     10 Local Modifications:
     11 
     12 0000-build-config.patch: Local build configuration changes.
     13 0001-build-config.patch: Enable HAVE_SEARCH_H in tiffconf.h for VS 2015
     14 0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
     15 0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
     16 0017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32.
     17 0025-upstream-OOM-gtTileContig: allocates the decoded buffer only after a first successful TIFFFillStrip.
     18 0026-upstream-null-dereference: properly evit when stoponerr is set and avoid null dereferences.
     19 0027-build-config.patch: #define variables so their value can be used by #if.
     20 0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
     21