Bugzilla – Attachment 28260 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-tifftag.patch
ImageMagick-5.5.7-tifftag.patch (text/x-diff), 762 bytes, created by
Vladimir Nadvornik
on 2005-02-07 21:35:59 UTC
(
hide
)
Description:
ImageMagick-5.5.7-tifftag.patch
Filename:
MIME Type:
Creator:
Vladimir Nadvornik
Created:
2005-02-07 21:35:59 UTC
Size:
762 bytes
patch
obsolete
>--- coders/tiff.c >+++ coders/tiff.c >@@ -623,12 +623,8 @@ > (void) SetImageAttribute(image,"make",text); > if (TIFFGetField(tiff,TIFFTAG_MODEL,&text) == 1) > (void) SetImageAttribute(image,"model",text); >- if (TIFFGetField(tiff,33432,&text) == 1) >+ if (TIFFGetField(tiff,TIFFTAG_COPYRIGHT,&text) == 1) > (void) SetImageAttribute(image,"copyright",text); >- if (TIFFGetField(tiff,33423,&text) == 1) >- (void) SetImageAttribute(image,"kodak-33423",text); >- if (TIFFGetField(tiff,36867,&text) == 1) >- (void) SetImageAttribute(image,"kodak-36867",text); > if (TIFFGetField(tiff,TIFFTAG_PAGENAME,&text) == 1) > (void) SetImageAttribute(image,"label",text); > if (TIFFGetField(tiff,TIFFTAG_IMAGEDESCRIPTION,&text) == 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