]> granicus.if.org Git - apache/commit
* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT in
authorRuediger Pluem <rpluem@apache.org>
Tue, 17 Mar 2009 11:10:14 +0000 (11:10 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 17 Mar 2009 11:10:14 +0000 (11:10 +0000)
commit4bd3b107f140d5bde1a18b4190e40b9e5b6f9c23
treef37a2bd4143ef78fa5a4cac1d014a778b7a0a6b2
parenteb99eebdcd4f19864048f6f42dbd4ad61ea935f9
* 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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@755190 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_substitute.c