mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
mod_proxy_http: avoid (unlikely) access to freed memory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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)
|
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(00964)
|
||||||
"Unhandled bucket type of type %s in"
|
"Unhandled bucket type of type %s in"
|
||||||
" proxy_buckets_lifetime_transform", e->type->name);
|
" proxy_buckets_lifetime_transform", e->type->name);
|
||||||
apr_bucket_delete(e);
|
|
||||||
rv = APR_EGENERAL;
|
rv = APR_EGENERAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user