[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue on type42 parsing in Freetype
From: |
Aimar Lu |
Subject: |
Issue on type42 parsing in Freetype |
Date: |
Thu, 02 Jun 2022 11:45:22 +0800 |
Hi,
I met an issue in function t42_parse_sfnts, the statement in line 692 seem incorrect as below:
size = (FT_ULong)( limit - parser->root.cursor );
this parser->root.cursor is changed, result the size takes incorrect value, it is not size of sfnt table.
I use the freetype 2.11.0 library, the function locates in src/type42/t42parse.c
Could you give some advice for the issue? Thanks
Best Regards
Aimar
- Issue on type42 parsing in Freetype,
Aimar Lu <=