Bugzilla – Attachment 22680 Details for
Bug 58356
VUL-0: CVE-2004-0691: qt: bmp parser overflow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
gif fix for crashing gif... from Adrian
fix-gif-handler.diff (text/plain), 357 bytes, created by
Marcus Meissner
on 2004-08-13 00:27:20 UTC
(
hide
)
Description:
gif fix for crashing gif... from Adrian
Filename:
MIME Type:
Creator:
Marcus Meissner
Created:
2004-08-13 00:27:20 UTC
Size:
357 bytes
patch
obsolete
>--- src/kernel/qasyncimageio.cpp >+++ src/kernel/qasyncimageio.cpp 2004/08/12 16:21:41 >@@ -1107,7 +1107,7 @@ > oldcode=incode; > while (sp>stack) { > --sp; >- if (!out_of_bounds && *sp!=trans_index) >+ if (!out_of_bounds && line && *sp!=trans_index) > line[y][x] = color(*sp); > x++; > if (x>=swidth) out_of_bounds = TRUE;
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
|
Diff
Attachments on
bug 58356
:
22441
|
22446
|
22598
|
22599
|
22674
|
22675
| 22680 |
22691
|
22692