]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
http_protocol: make request processing more robust for incomplete data
authorStefan Eissing <icing@apache.org>
Wed, 21 Jun 2023 12:08:06 +0000 (12:08 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 21 Jun 2023 12:08:06 +0000 (12:08 +0000)
commitece6bf4363980019bff0c7f676792a6112d1b424
treefbb4e9b5836b2a55836254f742d4415e4d2cf8be
parentf3004c8956d262e4164fe7ebe2fc5a18f1d29669
http_protocol: make request processing more robust for incomplete data

- Length restrictions may error on a too long request path, leaving
  the uri unset.

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