Fix segfault in ap_send_interim_response().
PR: 52315
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1226955 13f79535-47bb-0310-9956-
ffa450edef68
specification, preventing unexpected expansion of target URLs in
some reverse proxy configurations. [Joe Orton]
+ *) core: Fix segfault in ap_send_interim_response(). PR 52315.
+ [Stefan Fritsch]
+
*) mod_log_config: Prevent segfault. PR 50861. [Torsten Förtsch
<torsten.foertsch gmx.net>]
return;
}
if (!ap_is_HTTP_INFO(r->status)) {
- ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, NULL,
+ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
"Status is %d - not sending interim response", r->status);
return;
}