diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-31 23:51:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-02 10:23:45 +0000 |
commit | 332be619a78433b9c764c24921ce1c65be925706 (patch) | |
tree | 5cdd2ad6957f9e97722464d262e4bc18c70d7064 /main/tiff/CVE-2017-18013.patch | |
parent | 28b2a6d727ef41eefe8c1eb26334d534d0f947e5 (diff) | |
download | aports-332be619a78433b9c764c24921ce1c65be925706.tar.bz2 aports-332be619a78433b9c764c24921ce1c65be925706.tar.xz |
main/tiff: fix CVE-2018-5784
fixes #8706
Diffstat (limited to 'main/tiff/CVE-2017-18013.patch')
-rw-r--r-- | main/tiff/CVE-2017-18013.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tiff/CVE-2017-18013.patch b/main/tiff/CVE-2017-18013.patch index 5a1d90082a..5f56ff2593 100644 --- a/main/tiff/CVE-2017-18013.patch +++ b/main/tiff/CVE-2017-18013.patch @@ -11,7 +11,7 @@ diff --git a/libtiff/tif_print.c b/libtiff/tif_print.c index 9959d35..8deceb2 100644 --- a/libtiff/tif_print.c +++ b/libtiff/tif_print.c -@@ -665,13 +665,13 @@ TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) +@@ -667,13 +665,13 @@ TIFFPrintDirectory(TIFF* tif, FILE* fd, long flags) #if defined(__WIN32__) && (defined(_MSC_VER) || defined(__MINGW32__)) fprintf(fd, " %3lu: [%8I64u, %8I64u]\n", (unsigned long) s, |