Bugzilla – Attachment 73826 Details for
Bug 97202
New freetype2 library crashes Xserver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Just for the record. The adjusted freetype module patch
p_freetype-crashfix.diff (text/plain), 481 bytes, created by
Stefan Dirsch
on 2006-03-18 21:15:15 UTC
(
hide
)
Description:
Just for the record. The adjusted freetype module patch
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2006-03-18 21:15:15 UTC
Size:
481 bytes
patch
obsolete
>--- lib/font/FreeType/ftfuncs.c.orig 2005-07-19 15:50:00.000000000 +0000 >+++ lib/font/FreeType/ftfuncs.c 2005-07-19 15:56:23.000000000 +0000 >@@ -954,7 +955,10 @@ > if ( FT_STREAM_SEEK( ebdt_pos + glyph_offset ) ) > goto Exit; > >- error = sfnt->load_sbit_metrics( stream, range, &elem_metrics ); >+ if ( sfnt->load_sbit_metrics ) { >+ error = sfnt->load_sbit_metrics( stream, range, &elem_metrics ); >+ } >+ else error=-1; > 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
.
Actions:
View
|
Diff
Attachments on
bug 97202
:
42530
|
42531
|
42532
|
42577
|
42629
|
45896
|
45959
|
46074
|
46075
|
52034
|
52035
| 73826