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 310147 Details for
Bug 452474
Latest freetype erratum does not display all fonts
[?]
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]
Interdiff to previous patch
fix-freetype-2.3.5-CVEs.patch (text/plain), 646 bytes, created by
Tomas Hoger
on 2008-06-24 14:08:48 UTC
(
hide
)
Description:
Interdiff to previous patch
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-06-24 14:08:48 UTC
Size:
646 bytes
patch
obsolete
>diff -u freetype-2.1.9/src/type1/t1parse.c freetype-2.1.9/src/type1/t1parse.c >--- freetype-2.1.9/src/type1/t1parse.c 2008-06-17 00:28:17.000000000 -0400 >+++ freetype-2.1.9/src/type1/t1parse.c 2008-06-24 15:17:31.000000000 +0200 >@@ -103,8 +103,7 @@ > { > FT_Error error; > FT_UShort tag; >- FT_ULong size; >- FT_ULong dummy; >+ FT_Long size; > > > psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); >@@ -139,7 +138,7 @@ > if ( FT_STREAM_SEEK( 0L ) ) > goto Exit; > >- error = read_pfb_tag( stream, &tag, &dummy ); >+ error = read_pfb_tag( stream, &tag, &size ); > if ( error ) > goto Exit; >
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 452474
:
310146
|
310147
|
310151