]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack. (19...
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 9 Jun 2013 13:52:17 +0000 (13:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 9 Jun 2013 13:52:17 +0000 (13:52 +0000)
commit9710c6287f8162bb2ba4b6e9cc242ea2e14574bc
tree7b3bd4d99a861f756b1322b19786f52f07be8a1a
parent4109a458c3bb721846c183f2ac6f817c8dddd0a0
Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack. (19 would be enough, but be safe...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491221 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_autoindex.c