Skip to content

Commit

Permalink
update libtiff to version 4.0.9, and apply a bunch of CVE fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 4, 2018
1 parent 3da3f95 commit db5e0bc
Show file tree
Hide file tree
Showing 568 changed files with 4,342 additions and 412 deletions.
4 changes: 4 additions & 0 deletions VisualC/external/include/tiffconf.h
Expand Up @@ -33,7 +33,11 @@
#define TIFF_UINT8_T unsigned char

/* Signed size type */
#if defined _WIN64
#define TIFF_SSIZE_T signed long long
#else
#define TIFF_SSIZE_T signed int
#endif

/* Pointer difference type */
#define TIFF_PTRDIFF_T ptrdiff_t
Expand Down
4 changes: 2 additions & 2 deletions VisualC/external/include/tiffvers.h
@@ -1,9 +1,9 @@
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.8\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.9\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
/*
* This define can be used in code that requires
* compilation-related definitions specific to a
* version or versions of the library. Runtime
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
#define TIFFLIB_VERSION 20170521
#define TIFFLIB_VERSION 20171118
Binary file modified VisualC/external/lib/x64/libtiff-5.dll
Binary file not shown.
Binary file modified VisualC/external/lib/x86/libtiff-5.dll
Binary file not shown.
1 change: 0 additions & 1 deletion external/tiff-4.0.8/RELEASE-DATE

This file was deleted.

1 change: 0 additions & 1 deletion external/tiff-4.0.8/VERSION

This file was deleted.

0 comments on commit db5e0bc

Please sign in to comment.