* Fix a null pointer dereference in dav_method_mkcol during the handling of
errors from dav_auto_checkin.
Submitted by: Ghassan Misherghi <ghassanm ucdavis.edu>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@332657
13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.1.10
+ *) mod_dav: Fix a null pointer dereference in an error code path during the
+ handling of MKCOL.
+ [Ruediger Pluem, Ghassan Misherghi <ghassanm ucdavis.edu>]
+
*) mod_proxy_balancer: When finding best worker, use case insensitive
match for scheme and host, but case sensitive for the rest of
the path. [Jim Jagielski, Ruediger Pluem]
}
if (err2 != NULL) {
/* just log a warning */
- err = dav_push_error(r->pool, err->status, 0,
+ err = dav_push_error(r->pool, err2->status, 0,
"The MKCOL was successful, but there "
"was a problem automatically checking in "
"the parent collection.",