]> granicus.if.org Git - apache/commit
ensure that ap_rgetline allocates storage for the request line each time it is
authorGreg Ames <gregames@apache.org>
Fri, 8 Feb 2002 02:25:42 +0000 (02:25 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 8 Feb 2002 02:25:42 +0000 (02:25 +0000)
commit1ce68c38ff86243de80ed775259af5e815e703fc
tree2c6b46409f5e59dcffb80e3356caa379e8ea799b
parent7415eaccbe2de16d956026d938027fce703af70c
ensure that ap_rgetline allocates storage for the request line each time it is
called.

This fixes a number of segfaults on daedalus where the first line is
empty (i.e. \r\n followed by a bunch of garbage)

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