Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
uperf
uperf-parse-fix-buffer-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File uperf-parse-fix-buffer-overflow.patch of Package uperf
Index: src/parse.c =================================================================== --- src/parse.c.orig +++ src/parse.c @@ -246,7 +246,7 @@ parse(char *buffer, struct symbol *list) if (merge == 1) { /* merge this with prev symbol */ strlcpy(sym, curr->symbol, 1024); - strlcat(sym, token, 1024); + strlcat(sym, token, 1024 - strlen(curr->symbol)); if (curr->symbol) free(curr->symbol); curr->type = token_type(sym);
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