- deleted patches
- ImageMagick-CVE-2023-3428.patch (upstreamed) OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=664
This commit is contained in:
parent
8a2956a919
commit
2b024f3aac
@ -1,14 +0,0 @@
|
|||||||
diff --git a/coders/tiff.c b/coders/tiff.c
|
|
||||||
index 9e0d0b1201..df4274cacd 100644
|
|
||||||
--- a/coders/tiff.c
|
|
||||||
+++ b/coders/tiff.c
|
|
||||||
@@ -2010,7 +2010,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info,
|
|
||||||
number_pixels=(MagickSizeType) columns*rows;
|
|
||||||
if (HeapOverflowSanityCheck(rows,sizeof(*tile_pixels)) != MagickFalse)
|
|
||||||
ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed");
|
|
||||||
- extent=4*(samples_per_pixel+1)*MagickMax(rows*TIFFTileRowSize(tiff),
|
|
||||||
+ extent=4*(samples_per_pixel+1)*MagickMax((rows+1)*TIFFTileRowSize(tiff),
|
|
||||||
TIFFTileSize(tiff));
|
|
||||||
tile_pixels=(unsigned char *) AcquireQuantumMemory(extent,
|
|
||||||
sizeof(*tile_pixels));
|
|
||||||
|
|
@ -6,6 +6,8 @@ Tue Aug 22 13:11:14 UTC 2023 - pgajdos@suse.com
|
|||||||
https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-15---2023-07-30
|
https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#711-15---2023-07-30
|
||||||
- modified patches
|
- modified patches
|
||||||
% ImageMagick-library-installable-in-parallel.patch (refreshed)
|
% ImageMagick-library-installable-in-parallel.patch (refreshed)
|
||||||
|
- deleted patches
|
||||||
|
- ImageMagick-CVE-2023-3428.patch (upstreamed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 29 09:17:27 UTC 2023 - pgajdos@suse.com
|
Thu Jun 29 09:17:27 UTC 2023 - pgajdos@suse.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user