Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
apache2.33764
apache2-CVE-2023-31122.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache2-CVE-2023-31122.patch of Package apache2.33764
Index: httpd-2.4.23/modules/core/mod_macro.c =================================================================== --- httpd-2.4.23.orig/modules/core/mod_macro.c +++ httpd-2.4.23/modules/core/mod_macro.c @@ -465,7 +465,7 @@ static const char *process_content(apr_p for (i = 0; i < contents->nelts; i++) { const char *errmsg; /* copy the line and subtitute macro parameters */ - strncpy(line, ((char **) contents->elts)[i], MAX_STRING_LEN - 1); + apr_cpystrn(line, ((char **) contents->elts)[i], MAX_STRING_LEN); errmsg = substitute_macro_args(line, MAX_STRING_LEN, macro, replacements, used); if (errmsg) {
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