]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Prevent possible badness if the HUGE value for Content-Length
authorJim Jagielski <jim@apache.org>
Mon, 17 Jun 2002 19:38:19 +0000 (19:38 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 17 Jun 2002 19:38:19 +0000 (19:38 +0000)
commiteabcfa210aa09b130e8ba42cf19c36979e7d27d2
tree62ac2210e6af07d4ad4683dfdffe0631f5003f65
parent39d7064c004c2de4850ba0358b4c8def6650d3a0
Prevent possible badness if the HUGE value for Content-Length
maps, via atol, to a negative number.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95733 13f79535-47bb-0310-9956-ffa450edef68
src/main/http_protocol.c