* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - turn off drawing primitive 'circle' test: + ImageMagick-filter.t-primitive-circle.patch - dropped patches (upstreamed): - ImageMagick-CVE-2018-9135.patch - ImageMagick-write.t-pict.patch OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=358
24 lines
972 B
Diff
24 lines
972 B
Diff
Index: ImageMagick-7.0.7-29/PerlMagick/t/filter.t
|
|
===================================================================
|
|
--- ImageMagick-7.0.7-29.orig/PerlMagick/t/filter.t 2018-04-30 14:41:27.000000000 +0200
|
|
+++ ImageMagick-7.0.7-29/PerlMagick/t/filter.t 2018-05-02 13:32:26.737479344 +0200
|
|
@@ -16,7 +16,7 @@
|
|
#
|
|
# Test image filters.
|
|
#
|
|
-BEGIN { $| = 1; $test=1, print "1..58\n"; }
|
|
+BEGIN { $| = 1; $test=1, print "1..57\n"; }
|
|
END {print "not ok 1\n" unless $loaded;}
|
|
use Image::Magick;
|
|
$loaded=1;
|
|
@@ -72,9 +72,6 @@ testFilterCompare('input.miff', q//, 'r
|
|
testFilterCompare('input.miff', q//, 'reference/filter/Despeckle.miff', 'Despeckle', q//, 0.0, 0.0);
|
|
++$test;
|
|
|
|
-testFilterCompare('input.miff', q//, 'reference/filter/Draw.miff', 'Draw', q/fill=>'none',stroke=>'gold',primitive=>'circle',points=>'60,90 60,120',strokewidth=>2/, 0.0, 0.0);
|
|
-++$test;
|
|
-
|
|
testFilterCompare('input.miff', q//, 'reference/filter/Edge.miff', 'Edge', q//, 0.31, 1.01);
|
|
++$test;
|
|
|