]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r589461, r602491 from trunk:
authorJim Jagielski <jim@apache.org>
Sat, 8 Dec 2007 19:33:47 +0000 (19:33 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 8 Dec 2007 19:33:47 +0000 (19:33 +0000)
commit4bb4fddce0466f0719d6fe6ea35c6921a827e45f
treebfd928f886af547c9c63d0b0c086717160ae46fa
parente867b8414993d81b41fd2a9dd5cc2efab47f7dbf
Merge r589461, r602491 from trunk:

Prevent 1-byte overflow on 8192 boundary (see PR 43310)

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.

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602536 13f79535-47bb-0310-9956-ffa450edef68
STATUS
server/protocol.c