Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
fontforge.32867
fontforge-CVE-2020-25690.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fontforge-CVE-2020-25690.patch of Package fontforge.32867
diff -Nura fontforge-20170731/fontforge/sfd.c fontforge-20170731_new/fontforge/sfd.c --- fontforge-20170731/fontforge/sfd.c 2020-11-24 17:25:51.462383177 +0800 +++ fontforge-20170731_new/fontforge/sfd.c 2020-11-24 17:34:05.787704697 +0800 @@ -7816,9 +7816,9 @@ int layer_cnt_tmp; getint(sfd,&layer_cnt_tmp); if ( layer_cnt_tmp>2 ) { + sf->layer_cnt = layer_cnt_tmp; sf->layers = realloc(sf->layers,sf->layer_cnt*sizeof(LayerInfo)); memset(sf->layers+2,0,(sf->layer_cnt-2)*sizeof(LayerInfo)); - sf->layer_cnt = layer_cnt_tmp; } } else if ( strmatch(tok,"Layer:")==0 )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor