bcaa13d660
Copy from home:jengelh:branches:graphics/tiff via accept of submit request 28145 revision 5. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/28145 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=6
12 lines
241 B
Diff
12 lines
241 B
Diff
--- libtiff/tif_dirread.c
|
|
+++ libtiff/tif_dirread.c
|
|
@@ -870,7 +870,7 @@
|
|
|
|
register TIFFDirEntry *dp;
|
|
register TIFFDirectory *td = &tif->tif_dir;
|
|
- uint16 i;
|
|
+ uint32 i;
|
|
|
|
if (td->td_stripbytecount)
|
|
_TIFFfree(td->td_stripbytecount);
|