]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't allocation large buffers on the stack to avoid over-running a fixed length...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 7 Apr 2004 21:43:01 +0000 (21:43 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 7 Apr 2004 21:43:01 +0000 (21:43 +0000)
commitcbe1841ea934787484cf64d6dbba44d9ea896633
tree3a43b40c30aeed6eedc329e16298541cc670893c
parente938554be8c543cf2cb784e1a5cdb75d685f6683
Don't allocation large buffers on the stack to avoid over-running a fixed length stack when ap_build_cont_config() is called recursively (ie. nested <IfDefine> blocks).

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