[commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav...

Andrew John Hughes <[email protected]> Wed, 10 Dec 2008 22:19:27 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
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  <[email protected]>
	
		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