From: Daniel Earl Poirier Date: Wed, 23 Sep 2009 18:57:07 +0000 (+0000) Subject: Fix a segfault in ab when run in verbose mode using https. X-Git-Tag: 2.3.3~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27bb54d84e2318abd59ca6b82575b0c86e01bca2;p=thirdparty%2Fapache%2Fhttpd.git Fix a segfault in ab when run in verbose mode using https. PR: 46393 Submitted by: Stefan Fritsch , Ryan Niebur Reviewed by: poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@818204 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5debcbc0c80..e0d13323baa 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,9 @@ Changes with Apache 2.3.3 mod_proxy_ftp: NULL pointer dereference on error paths. [Stefan Fritsch , Joe Orton] + *) ab: ab segfaults in verbose mode on https sites + PR46393. [Ryan Niebur] + *) mod_dav: Allow other modules to become providers and add resource types to the DAV response. [Jari Urpalainen , Brian France ] diff --git a/support/ab.c b/support/ab.c index 1d80efe62c1..291456e2385 100644 --- a/support/ab.c +++ b/support/ab.c @@ -580,7 +580,6 @@ static void ssl_print_info(struct connection *c) for (i=1; issl);