From 27bb54d84e2318abd59ca6b82575b0c86e01bca2 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Wed, 23 Sep 2009 18:57:07 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ support/ab.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5debcbc0c8..e0d13323ba 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 1d80efe62c..291456e238 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); -- 2.50.1