]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make sure the getsfunc_*() functions used by ap_scan_script_header_err*()
authorStefan Fritsch <sf@apache.org>
Tue, 14 Feb 2012 21:18:22 +0000 (21:18 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 14 Feb 2012 21:18:22 +0000 (21:18 +0000)
commite9ac8ddb83db385920aeb1178d701e02ee869296
tree815fd0b02583ae7f51cd3f33af136645d8f2b1f0
parent2b47c1d3bae84070a889665d9be05ba83336cc70
Make sure the getsfunc_*() functions used by ap_scan_script_header_err*()
NUL-terminate the resulting string, even in case of an error. mod_cgi
and mod_cgid try to log incomplete output from CGI scripts.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1244211 13f79535-47bb-0310-9956-ffa450edef68
server/util_script.c