Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.3353
ImageMagick-CVE-2015-8894.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2015-8894.patch of Package ImageMagick.3353
From 4f68e9661518463fca523c9726bb5d940a2aa6d8 Mon Sep 17 00:00:00 2001 From: Cristy <urban-warrior@imagemagick.org> Date: Mon, 31 Aug 2015 16:19:40 -0400 Subject: [PATCH] https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1490362 --- coders/tga.c | 2 ++ 1 file changed, 2 insertions(+) Index: ImageMagick-6.8.9-8/coders/tga.c =================================================================== --- ImageMagick-6.8.9-8.orig/coders/tga.c 2016-06-09 09:04:06.788342368 +0200 +++ ImageMagick-6.8.9-8/coders/tga.c 2016-06-09 09:07:10.551457093 +0200 @@ -314,6 +314,8 @@ static Image *ReadTGAImage(const ImageIn /* Read TGA raster colormap. */ + if (image->colors < tga_info.colormap_index) + image->colors=tga_info.colormap_index; if (AcquireImageColormap(image,image->colors) == MagickFalse) ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); for (i=0; i < (ssize_t) image->colors; i++)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor