mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-24 04:28:12 +02:00
* src/truetype/ttinterp.c (Ins_WCVTF): Add missing CVT copy-on-write protection.
Fixes #1430.
This commit is contained in:
parent
df2fb115bf
commit
287206a96b
1 changed files with 6 additions and 0 deletions
|
|
@ -2841,7 +2841,13 @@
|
|||
ARRAY_BOUND_ERROR;
|
||||
}
|
||||
else
|
||||
{
|
||||
Modify_CVT_Check( exc );
|
||||
if ( exc->error )
|
||||
return;
|
||||
|
||||
exc->cvt[I] = FT_MulFix( args[1], exc->tt_metrics.scale );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue