tiff/tiff-3.8.2-bnc444079.patch
Stephan Kulow bcaa13d660 Accepting request 28145 from home:jengelh:branches:graphics
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
2010-01-07 17:50:34 +00:00

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);