]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_proxy_http: avoid (unlikely) access to freed memory.
authorYann Ylavic <ylavic@apache.org>
Tue, 3 Jun 2014 11:47:11 +0000 (11:47 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 3 Jun 2014 11:47:11 +0000 (11:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599486 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 06a460953dd27856b4b760e04cb9b64c4bd3233c..caf1cae99fa6dd2b153f3b43148d70a0b17fa6af 100644 (file)
@@ -687,7 +687,6 @@ static apr_status_t proxy_buckets_lifetime_transform(request_rec *r,
             ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(00964)
                           "Unhandled bucket type of type %s in"
                           " proxy_buckets_lifetime_transform", e->type->name);
-            apr_bucket_delete(e);
             rv = APR_EGENERAL;
         }
     }