* src/cid/cidload.c (cid_read_subrs): Tweak allocation macro.
This commit is contained in:
parent
2d95784885
commit
998c7c0f1c
@ -1,3 +1,7 @@
|
||||
2021-05-06 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
* src/cid/cidload.c (cid_read_subrs): Tweak allocation macro.
|
||||
|
||||
2021-05-06 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.
|
||||
|
@ -552,7 +552,7 @@
|
||||
goto Fail;
|
||||
}
|
||||
|
||||
if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
|
||||
if ( FT_QRENEW_ARRAY( offsets, max_offsets, new_max ) )
|
||||
goto Fail;
|
||||
|
||||
max_offsets = new_max;
|
||||
|
Loading…
Reference in New Issue
Block a user