]> 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)
commit49f9f008de97e3f8c31cf4836370de763068854a
tree815fd0b02583ae7f51cd3f33af136645d8f2b1f0
parentf44eb53cb87fe2f6ce1e7e2b3baa6395c2b6c42a
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