Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
apache2.35281
apache2-CVE-2024-38474.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache2-CVE-2024-38474.patch of Package apache2.35281
Index: httpd-2.4.23/modules/mappers/mod_rewrite.c =================================================================== --- httpd-2.4.23.orig/modules/mappers/mod_rewrite.c +++ httpd-2.4.23/modules/mappers/mod_rewrite.c @@ -4399,6 +4402,12 @@ static int apply_rewrite_list(request_re return ACTION_STATUS_SET; } + + /* Error while evaluating rule, r->status set */ + if (RULE_RC_STATUS_SET == rc) { + return ACTION_STATUS_SET; + } + /* * The rule sets the response code (implies match-only) */
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