]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r535617 from trunk (fixing CVE-2007-1863):
authorJoe Orton <jorton@apache.org>
Mon, 16 Jul 2007 13:25:11 +0000 (13:25 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 16 Jul 2007 13:25:11 +0000 (13:25 +0000)
commit5cf38df49207f099940df6b2413d17f0ba7c0aad
tree7effe78ab7e345f2f7dffbee0894506851948527
parente6e890f3f438a262ceac4600a32e481085131eb9
Merge r535617 from trunk (fixing CVE-2007-1863):

* Prevent a segmentation fault if one of the Cache-Control headers
  s-maxage, max-age, min-fresh, max-stale has no value assigned.
  In this case ignore s-maxage, max-age, min-fresh. For max-stale
  it is valid to set no value. In this case set max-stale to 1 year
  to signal that the client is accepting a stale response of any age.

Submitted by: Niklas Edmundsson <nikke acc.umu.se>
Reviewed by: mjc, rpluem, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@556619 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/experimental/cache_util.c