Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP1
apache2.23293
apache2-CVE-2021-26691.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache2-CVE-2021-26691.patch of Package apache2.23293
diff --git a/modules/session/mod_session.c b/modules/session/mod_session.c index 01f41fe5d0f..a41e58444f9 100644 --- a/modules/session/mod_session.c +++ b/modules/session/mod_session.c @@ -326,7 +326,7 @@ static apr_status_t ap_session_set(request_rec * r, session_rec * z, static int identity_count(void *v, const char *key, const char *val) { int *count = v; - *count += strlen(key) * 3 + strlen(val) * 3 + 1; + *count += strlen(key) * 3 + strlen(val) * 3 + 2; return 1; }
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