]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
limit_req_fieldsize is signed, correct a signedness error using
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 5 Jan 2005 22:21:56 +0000 (22:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 5 Jan 2005 22:21:56 +0000 (22:21 +0000)
commit6b27462b2ff76d56854cd1c8443af7253be859ee
treeb7230f45fbceb0f185a219f63422d6ea407e9c2d
parent160da6635996ebdc880b1836b0650b918ecaf946
  limit_req_fieldsize is signed, correct a signedness error using
  a cast since it's not possible to have a negative limit.

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