Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192440 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-2007-2754.patch
freetype-1.4_pre20080316-CVE-2007-2754.patch (text/plain), 486 bytes, created by
Robert Buchholz (RETIRED)
on 2009-05-25 20:11:32 UTC
(
hide
)
Description:
freetype-1.4_pre20080316-CVE-2007-2754.patch
Filename:
MIME Type:
Creator:
Robert Buchholz (RETIRED)
Created:
2009-05-25 20:11:32 UTC
Size:
486 bytes
patch
obsolete
>diff -up freetype-pre1.4/lib/ttgload.c.ttf-overflow freetype-pre1.4/lib/ttgload.c >--- freetype-pre1.4/lib/ttgload.c.ttf-overflow 2009-05-12 19:25:25.000000000 -0400 >+++ freetype-pre1.4/lib/ttgload.c 2009-05-12 19:28:15.000000000 -0400 >@@ -236,7 +236,7 @@ > > FORGET_Frame(); > >- if ( n_points > left_points ) >+ if ( n_points < 0 || n_points > left_points ) > { > PTRACE0(( "ERROR: Too many points in glyph %ld\n", subg->index )); > return TT_Err_Too_Many_Points;
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