[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FreeType version 2.2.1 released
From: |
Matthias Clasen |
Subject: |
Re: [ft-devel] FreeType version 2.2.1 released |
Date: |
Thu, 18 May 2006 09:17:55 -0400 |
On Wed, 2006-05-17 at 19:40 -0400, James Cloos wrote:
> Changing line 194 of your patch from:
>
> if ( strike_index != 0xFFFFU )
>
> to
>
> if ( strike_index != 0xFFFFU && ft_face->available_sizes != NULL)
>
> avoids a NULL dereference in FT_Do_SBit_Metrics() in ftfuncs.c.
>
> After that change I can't crash xfs, but any ttf font (sfnt/glyf font)
> showns only odd glyphs in a 16bit encoding such as iso10646-1. 8bit
> encodings work fine, as do type1 fonts.
>
Looking at xfontsel -pattern -*-courier-*-*-*-*-*-*-*-*-*-*-iso10646-1
I see the same odd glyphs with freetype 2.1.10 and freetype 2.2.1, so
it is probably not a regression.
Matthias
Re: [ft-devel] FreeType version 2.2.1 released, James Cloos, 2006/05/16