mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
Another try at fixing 32bit fuzzer build
This commit is contained in:
parent
7be12b33e3
commit
de2a2f27fe
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ VarComponent::get_path_at (hb_font_t *font,
|
|||
|
||||
#define READ_UINT32VAR(name) \
|
||||
HB_STMT_START { \
|
||||
if (unlikely (end - record < HBUINT32VAR::min_size)) return hb_ubytes_t (); \
|
||||
if (unlikely (unsigned (end - record) < HBUINT32VAR::min_size)) return hb_ubytes_t (); \
|
||||
hb_barrier (); \
|
||||
auto &varint = * (const HBUINT32VAR *) record; \
|
||||
unsigned size = varint.get_size (); \
|
||||
|
|
Loading…
Add table
Reference in a new issue