]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Alternate fix... profiling indicates that the string
authorJim Jagielski <jim@apache.org>
Sat, 8 Dec 2007 16:10:40 +0000 (16:10 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 8 Dec 2007 16:10:40 +0000 (16:10 +0000)
commitd5530bc6f5e445e76aad22f1bb3de12eff6cae9a
treea9103dc06b013b3c70c7538bd612e84410ab84e6
parent8c36c1f87744f5c546d54ab0f1acddfbf9bcae73
Alternate fix... profiling indicates that the string
termination is completely unneeded and superflous. In
which case, the original allocation size is sufficient
since nothing external worries about a NULL nor
looks for it.

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