freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Bug in FT 2.1.10


From: Juergen Willrodt
Subject: [ft-devel] Bug in FT 2.1.10
Date: Mon, 11 Apr 2005 15:29:04 +0200


Dear FT developers,

we just have discovered a bug in the latest FT version which causes the following problem:

In the latest version large chinese or japanese fonts could not be loaded and processed.

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)


Best Regards

Juergen Willrodt
Axel Stoltenberg
URW++ Design and Development GmbH
22399 Hamburg

address@hidden
address@hidden






reply via email to

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