]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r755190 from trunk:
authorJim Jagielski <jim@apache.org>
Fri, 17 Apr 2009 13:42:57 +0000 (13:42 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 17 Apr 2009 13:42:57 +0000 (13:42 +0000)
commitda1b3b0a470a1d557b3530c18c6e7984626ec91a
tree5f55f84fe30c53ae0190339a08e99dba2e15c19a
parent5cd8c3e860818d61f6979abb5f5174bc3d8332d4
Merge r755190 from trunk:

* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT in
  the for loop and this causes us to jump *two* buckets forward. This can cause
  us to jump over the Sentinel of the brigade and thus causes an endless loop.

Submitted by: rpluem
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@766001 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/filters/mod_substitute.c