Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
cpio
fix-CVE-2021-38185_3.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-CVE-2021-38185_3.patch of Package cpio
Index: cpio-2.13/src/dstring.c =================================================================== --- cpio-2.13.orig/src/dstring.c +++ cpio-2.13/src/dstring.c @@ -115,7 +115,7 @@ void ds_concat (dynamic_string *s, char const *str) { size_t len = strlen (str); - while (len + 1 > s->ds_size) + while (len + s->ds_idx + 1 > s->ds_size) s->ds_string = x2nrealloc (s->ds_string, &s->ds_size, 1); memcpy (s->ds_string + s->ds_idx, str, len); s->ds_idx += len;
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