Bugzilla – Attachment 28261 Details for
Bug 65351
VUL-0: CVE-2005-0762: Imagemagick bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
ImageMagick-5.5.7-tiff-overflow.patch
ImageMagick-5.5.7-tiff-overflow.patch (text/x-diff), 353 bytes, created by
Vladimir Nadvornik
on 2005-02-07 21:36:49 UTC
(
hide
)
Description:
ImageMagick-5.5.7-tiff-overflow.patch
Filename:
MIME Type:
Creator:
Vladimir Nadvornik
Created:
2005-02-07 21:36:49 UTC
Size:
353 bytes
patch
obsolete
>--- coders/tiff.c >+++ coders/tiff.c >@@ -1148,7 +1148,7 @@ > /* > Convert image to DirectClass pixel packets. > */ >- p=pixels+number_pixels+image->columns*sizeof(uint32)-1; >+ p=pixels+number_pixels-1; > for (y=0; y < (long) image->rows; y++) > { > q=SetImagePixels(image,0,y,image->columns,1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 65351
:
28062
|
28063
|
28064
|
28065
|
28260
| 28261 |
28262
|
28263