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 289890 Details for
Bug 426091
CVE-2007-3568 imlib: infinite loop DoS using crafted BMP image
[?]
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]
Gentoo patch
imlib-1.9.15-bpp16-CVE-2007-3568.patch (text/plain), 457 bytes, created by
Tomas Hoger
on 2007-12-18 13:50:10 UTC
(
hide
)
Description:
Gentoo patch
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2007-12-18 13:50:10 UTC
Size:
457 bytes
patch
obsolete
>--- Imlib/load.c.orig 2007-08-13 23:06:20.000000000 -0300 >+++ Imlib/load.c 2007-08-13 23:06:51.000000000 -0300 >@@ -645,7 +645,7 @@ > planes = (int)word; > fread(&word, 2, 1, file); > bpp = (int)word; >- if (bpp != 1 && bpp != 4 && bpp != 8 && bpp && 16 && bpp != 24 && bpp != 32) >+ if (bpp != 1 && bpp != 4 && bpp != 8 && bpp != 16 && bpp != 24 && bpp != 32) > { > fprintf(stderr, "IMLIB ERROR: unknown bitdepth in file\n"); > return NULL;
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 426091
: 289890