|
From: | gnu_andrew at member dot fsf dot org |
Subject: | [Bug awt/38473] Segmentation fault in retrieving font outline decomposition |
Date: | 10 Dec 2008 22:21:03 -0000 |
------- Comment #5 from gnu_andrew at member dot fsf dot org 2008-12-10 22:21 ------- Applying minimal fix to avoid the seg. fault. We really need a way of obtaining an outline for the bitmapped font however. CVSROOT: /sources/classpath Module name: classpath Changes by: Andrew John Hughes <gnu_andrew> 08/12/10 22:19:27 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_FreetypeGlyphVector.c Log message: PR38473: Prevent segmentation fault with bitmap fonts. 2008-12-09 Andrew John Hughes <address@hidden> PR classpath/38473: * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c: (Java_gnu_java_awt_peer_gtk_FreetypeGlyphVector_getGlyphOutlineNative): Check that the glyph is an outline before calling FT_Outline_Decompose. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9739&r2=1.9740 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c?cvsroot=classpath&r1=1.10&r2=1.11 -- gnu_andrew at member dot fsf dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |0.98 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38473
[Prev in Thread] | Current Thread | [Next in Thread] |