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:
swx1094762 2023-04-19 10:34:29 +08:00
parent 56b5b18fab
commit aa4deb4484

View File

@ -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;