- bump version to 4.0.9 - add patches copied from Debian for CVE-2017-18013 and CVE-2017-9935 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
11 lines
336 B
Diff
11 lines
336 B
Diff
--- a/libtiff/tiffiop.h
|
|
+++ b/libtiff/tiffiop.h
|
|
@@ -287,7 +287,7 @@ struct tiff {
|
|
*/
|
|
#if defined(HAVE_FSEEKO)
|
|
# define fseek(stream,offset,whence) fseeko(stream,offset,whence)
|
|
-# define ftell(stream,offset,whence) ftello(stream,offset,whence)
|
|
+# define ftell(stream) ftello(stream)
|
|
#endif
|
|
#endif
|
|
#if defined(__WIN32__) && \
|