|
From: | Werner LEMBERG |
Subject: | Re: [Devel] PCF glyph numbers |
Date: | Mon, 28 Apr 2003 10:48:16 +0200 (CEST) |
> A - FT_Load_Glyph() incorrectly accepts "num_glyphs" as a valid > glyph index. line 468 of src/base/ftobjs.c should look like: > > if ( glyph_index >= (FT_UInt)face->num_glyphs ) > return FT_Err_Invalid_Argument; > > (replacing the ">" with ">=") Applied. Werner
[Prev in Thread] | Current Thread | [Next in Thread] |