]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Follow up to r1893030: Use special address for invalid r->method.
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 14:42:15 +0000 (14:42 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 14:42:15 +0000 (14:42 +0000)
commit6945bb23babfd87f53cd94cbc0d4eb0d03f7965d
tree5707154d61768634aa3f9025cb84e51bcad3f30c
parent74c097f0e1d9ffce5a74f5b99a2cbfc349b65ec6
core: Follow up to r1893030: Use special address for invalid r->method.

read_request_line() failure was cought by ap_parse_request() with r->method
being NULL, so have a .rodata pointer to "-" instead.

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