git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103442
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_headers no longer crashes if an empty header value should
+ be added. [André Malo]
+
*) mod_cgi: Handle output on stderr during script execution on Unix
platforms; preventing deadlock when stderr output fills pipe buffer.
PR 22030. [Joe Orton, Jeff Trawick]
else
str = apr_pstrcat(r->pool, str, s, NULL);
}
- return str;
+ return str ? str : "";
}
static int echo_header(echo_do *v, const char *key, const char *val)