15
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'manpage_621_TIFFOpenOptionsSetMaxSingleMemAlloc' into 'master' More... 6 months ago
Merge branch 'rectify_some_shadowed_declarations' into 'master' More... 6 months ago
Merge branch 'fix_TIFFRealloc_usage_to_TIFFReallocExt' into 'master' More... 6 months ago
Change internally used _TIFFRealloc() to _TIFFReallocExt(), which respects the TIFFOpenOptionsSetMaxSingleMemAlloc() limit. More... 6 months ago
Fix typo. More... 6 months ago
manpage: Update TIFF documentation about TIFFOpenOptions.rst and TIFFOpenOptionsSetMaxSingleMemAlloc() usage and some other small fixes. More... 6 months ago
Merge branch 'fix_583' into 'master' More... 6 months ago
Merge branch 'fix_622' into 'master' More... 6 months ago
Rectify some shadowed declarations and warnings in tools and test modules. More... 6 months ago
Merge branch 'extra_limit_getfilesize' into 'master' More... 6 months ago
tif_dirread.c: only issue TIFFGetFileSize() for large enough RAM requests More... 6 months ago
Merge branch 'TIFFFetchDirectory_remove_useless_check' into 'master' More... 6 months ago
TIFFFetchDirectory(): remove useless allocsize vs filesize check More... 6 months ago
Merge branch 'limit_getfilesize' into 'master' More... 6 months ago
tif_dirread.c: only issue TIFFGetFileSize() for large enough RAM requests More... 6 months ago
Merge branch 'tif_dirread-typo' into 'master' More... 6 months ago
tif_dirread.c: Fix typo: greather -> greater More... 6 months ago
Merge branch 'fix_614_check_mem_allocation_vs_filelength' into 'master' More... 6 months ago
Prevent some out-of-memory attacks More... 6 months ago
tif_fax3.c: error out after a number of times end-of-file has been reached (fixes #583) More... 6 months ago
TIFFReadRGBAStrip/TIFFReadRGBATile: add more validation of col/row (fixes #622) More... 6 months ago
Merge branch 'fix_failed_subdirectory_read' into 'master' More... 6 months ago
Enhance test/test_directory.c with big-endian and little-endian test cases. More... 6 months ago
#618: ensure absolute seeking is forced independent of TIFFReadDirectory success. More... 6 months ago
Merge branch 'cmake' into 'master' More... 7 months ago
Merge branch 'fix_616' into 'master' More... 7 months ago
Merge branch 'tiffcp_cancel_ycbcr' into 'master' More... 7 months ago
tif_lzw.c: avoid warning about misaligned address with UBSAN (fixes #616) More... 7 months ago
CMake: Fix TIFF_INCLUDE_DIRS More... 7 months ago
tiffcp: preserve TIFFTAG_REFERENCEBLACKWHITE when doing YCbCr JPEG -> YCbCr JPEG More... 7 months ago