mirror of
https://gitee.com/openharmony/third_party_freetype
synced 2024-11-23 17:49:50 +00:00
Description:CVE-2023-2004
issuesno:I6VUAP Sig:SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:NO Signed-off-by: swx1094762 <shiqichang@huawei.com>
This commit is contained in:
parent
56b5b18fab
commit
aa4deb4484
@ -42,6 +42,7 @@
|
||||
#include <ft2build.h>
|
||||
#include <freetype/internal/ftdebug.h>
|
||||
#include FT_CONFIG_CONFIG_H
|
||||
#include <freetype/internal/ftcalc.h>
|
||||
#include <freetype/internal/ftstream.h>
|
||||
#include <freetype/internal/sfnt.h>
|
||||
#include <freetype/tttags.h>
|
||||
@ -1140,7 +1141,7 @@
|
||||
delta == 1 ? "" : "s",
|
||||
vertical ? "VVAR" : "HVAR" ));
|
||||
|
||||
*avalue += delta;
|
||||
*avalue = ADD_INT( *avalue, delta );
|
||||
|
||||
Exit:
|
||||
return error;
|
||||
|
Loading…
Reference in New Issue
Block a user