]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reduce stack usage, 32 bytes are enough here, no need to
authorRainer Jung <rjung@apache.org>
Mon, 10 Jun 2013 17:46:53 +0000 (17:46 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 10 Jun 2013 17:46:53 +0000 (17:46 +0000)
commit431eeb164dd7f9142d5300375ece6d5d4ee114be
tree0087f2fbcda68141b0da7cce8a4dd46eb64c934b
parent5ac83f071f10c43b5e2bdc29ec39847d1ea5f1cf
Reduce stack usage, 32 bytes are enough here, no need to
take 8k in the stack. (19 would be enough, but be safe...)
Use the size of the buffer as opposed to MAX_STRING_LEN.

Followup to r1491221+r1491479: change consistently
the same code used in another place in the same file.

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