Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182958 Details for
Bug 260076
Improved media-libs/freetype ebuild for cleartype (coutnerparts to x11-libs/cairo[cleartype])
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
331-hmtx-no-shorts.diff
331-hmtx-no-shorts.diff (text/plain), 514 bytes, created by
Nico R. Wohlgemuth
on 2009-02-23 22:31:27 UTC
(
hide
)
Description:
331-hmtx-no-shorts.diff
Filename:
MIME Type:
Creator:
Nico R. Wohlgemuth
Created:
2009-02-23 22:31:27 UTC
Size:
514 bytes
patch
obsolete
>Index: freetype-2.3.5/src/sfnt/ttmtx.c >=================================================================== >--- freetype-2.3.5.orig/src/sfnt/ttmtx.c 2007-07-07 01:14:16.000000000 -0700 >+++ freetype-2.3.5/src/sfnt/ttmtx.c 2007-07-07 01:14:35.000000000 -0700 >@@ -174,7 +174,7 @@ > } > > if ( FT_QNEW_ARRAY( *longs, num_longs ) || >- FT_QNEW_ARRAY( *shorts, num_shorts ) ) >+ (num_shorts > 0 && FT_QNEW_ARRAY( *shorts, num_shorts ) ) ) > goto Fail; > > if ( FT_FRAME_ENTER( table_len ) )
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 260076
:
182953
|
182954
|
182956
|
182958
|
182960
|
182961
|
182963
|
182964