Re: [ft-devel] FreeType version 2.2.1 released

2006-06-02 Thread Werner LEMBERG
> Testing the patch, I'm getting another crash for a Type1 font: [...] > > Seems like ft_face->available_sizes is NULL. I don't have time to follow the thread -- is it necessary to do something on the FreeType side (either code or documentation)? Can you provide a patch in case we should fix som

Re: [ft-devel] FreeType version 2.2.1 released

2006-06-02 Thread Matthias Clasen
On Fri, 2006-06-02 at 16:27 -0400, Behdad Esfahbod wrote: > Testing the patch, I'm getting another crash for a Type1 font: > > Seems like ft_face->available_sizes is NULL. > Right. James Cloos already pointed out that you need to check available_sizes for being NULL. Matthias _

Re: [ft-devel] FreeType version 2.2.1 released

2006-06-02 Thread Behdad Esfahbod
On Thu, 18 May 2006, Matthias Clasen wrote: > On Wed, 2006-05-17 at 19:40 -0400, James Cloos wrote: > > Changing line 194 of your patch from: > > > > if ( strike_index != 0xU ) > > > > to > > > > if ( strike_index != 0xU && ft_face->available_sizes != NULL) > > > > avoids a NULL de