Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.1:ARM:Staging
wget
wget-buffer-overflow-CVE-2019-5953.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wget-buffer-overflow-CVE-2019-5953.patch of Package wget
Index: wget-1.19.5/src/iri.c =================================================================== --- wget-1.19.5.orig/src/iri.c +++ wget-1.19.5/src/iri.c @@ -189,9 +189,10 @@ do_conversion (const char *tocode, const { tooshort++; done = len; - len = outlen = done + inlen * 2; - s = xrealloc (s, outlen + 1); - *out = s + done; + len = done + inlen * 2; + s = xrealloc (s, len + 1); + *out = s + done - outlen; + outlen += inlen * 2; } else /* Weird, we got an unspecified error */ {
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