From da5e16073e340b6498b26f3b1f47dc63f27695482bb9c3cfeb5d912aee28a915 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 9 Jan 2019 11:34:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=128 --- libraw-CVE-2018-20365.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libraw-CVE-2018-20365.patch diff --git a/libraw-CVE-2018-20365.patch b/libraw-CVE-2018-20365.patch deleted file mode 100644 index b08d5c9..0000000 --- a/libraw-CVE-2018-20365.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/src/libraw_cxx.cpp b/src/libraw_cxx.cpp -index b5fe5eab..b1d6d3c0 100644 ---- a/src/libraw_cxx.cpp -+++ b/src/libraw_cxx.cpp -@@ -3195,7 +3195,7 @@ int LibRaw::raw2image(void) - get_decoder_info(&decoder_info); - - // Move saved bitmap to imgdata.image -- if (imgdata.idata.filters || P1.colors == 1) -+ if ((imgdata.idata.filters || P1.colors == 1) && imgdata.rawdata.raw_image) - { - if (IO.fuji_width) - { -@@ -3566,7 +3566,7 @@ int LibRaw::raw2image_ex(int do_subtract_black) - } - - // Move saved bitmap to imgdata.image -- if (imgdata.idata.filters || P1.colors == 1) -+ if ((imgdata.idata.filters || P1.colors == 1) && imgdata.rawdata.raw_image) - { - if (IO.fuji_width) - { -