freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Bug in FT 2.1.10


From: Werner LEMBERG
Subject: Re: [ft-devel] Bug in FT 2.1.10
Date: Tue, 12 Apr 2005 22:03:18 +0200 (CEST)

> The bug is in ttpload.c line 82 while trying to read the loca table:
> 
> if ( table_len >= 040000)
> {
>   FT_TRACE2(("table too large !!\n"));
> 
> This should be changed to
> 
> if ( table_len >= 0x40000)

Already fixed in the current CVS.  Thanks for the report.


     Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]