Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 241661 Details for
Bug 310101
CVE-2007-4987 ImageMagick writes terminating NUL one byte beyond char array end
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
backported patch from Jonathan Smith
ImageMagick-6.2.3-CVE-2007-4987.patch (text/plain), 475 bytes, created by
Mark J. Cox
on 2007-10-29 11:28:59 UTC
(
hide
)
Description:
backported patch from Jonathan Smith
Filename:
MIME Type:
Creator:
Mark J. Cox
Created:
2007-10-29 11:28:59 UTC
Size:
475 bytes
patch
obsolete
>diff -r e2aaca0548dc -r de5c9530e964 magick/blob.c >--- a/magick/blob.c Tue Sep 25 13:08:40 2007 -0800 >+++ b/magick/blob.c Tue Sep 25 13:15:28 2007 -0800 >@@ -2876,7 +2876,7 @@ MagickExport char *ReadBlobString(Image > > assert(image != (Image *) NULL); > assert(image->signature == MagickSignature); >- for (i=0; i < (long) MaxTextExtent; i++) >+ for (i=0; i < ((long) MaxTextExtent - 1L); i++) > { > p=ReadInlineBlobStream(image,1,buffer,&count); > if (count != 1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 310101
: 241661