Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192438 Details for
Bug 271234
<media-libs/freetype-1.4_pre20080316-r2 Old font parsing issues (CVE-2006-1861,CVE-2007-2754)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
freetype-1.4_pre20080316-CVE-2006-1861.patch
freetype-1.4_pre20080316-CVE-2006-1861.patch (text/plain), 545 bytes, created by
Robert Buchholz (RETIRED)
on 2009-05-25 20:11:18 UTC
(
hide
)
Description:
freetype-1.4_pre20080316-CVE-2006-1861.patch
Filename:
MIME Type:
Creator:
Robert Buchholz (RETIRED)
Created:
2009-05-25 20:11:18 UTC
Size:
545 bytes
patch
obsolete
>diff -up freetype-pre1.4/lib/ttgload.c.freetype-pre1.4-CVE-2006-1861-null-pointer freetype-pre1.4/lib/ttgload.c >--- freetype-pre1.4/lib/ttgload.c.freetype-pre1.4-CVE-2006-1861-null-pointer 2009-05-12 19:40:52.000000000 -0400 >+++ freetype-pre1.4/lib/ttgload.c 2009-05-12 19:41:03.000000000 -0400 >@@ -270,6 +270,10 @@ > j = 0; > flag = exec->pts.touch; > >+ /* CVE-2006-1861 */ >+ if ( flag == NULL ) >+ return TT_Err_Invalid_Composite; /* for lack of a better err code */ >+ > while ( j < n_points ) > { > Byte c, cnt;
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 271234
: 192438 |
192440