You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
451 B
13 lines
451 B
diff --git a/third_party/libtiff/tif_dirread.c b/third_party/libtiff/tif_dirread.c |
|
index 5ef3264..bc41021 100644 |
|
--- a/third_party/libtiff/tif_dirread.c |
|
+++ b/third_party/libtiff/tif_dirread.c |
|
@@ -4443,7 +4443,7 @@ TIFFFetchDirectory(TIFF* tif, uint64 diroff, TIFFDirEntry** pdir, |
|
static const char module[] = "TIFFFetchDirectory"; |
|
|
|
void* origdir; |
|
- uint16 dircount16; |
|
+ uint16 dircount16 = 0; |
|
uint32 dirsize; |
|
TIFFDirEntry* dir; |
|
uint8* ma;
|
|
|