From: Stefan Eissing Date: Sat, 14 May 2022 13:49:05 +0000 (+0000) Subject: *) mod_md: handle case in status print when no url is present X-Git-Tag: 2.5.0-alpha2-ci-test-only~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f80efab8686b8b295865526c2fbbc3e3534f5c;p=thirdparty%2Fapache%2Fhttpd.git *) mod_md: handle case in status print when no url is present git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900887 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/md/mod_md_status.c b/modules/md/mod_md_status.c index 96c988782b5..22860515ffd 100644 --- a/modules/md/mod_md_status.c +++ b/modules/md/mod_md_status.c @@ -360,6 +360,9 @@ static void val_url_print(status_ctx *ctx, const status_info *info, else if (url) { s = md_get_ca_name_from_url(ctx->p, url); } + else { + return; + } if (HTML_STATUS(ctx)) { apr_brigade_printf(ctx->bb, NULL, NULL, "%s%s", i? " " : "",