]> granicus.if.org Git - apache/commit
prevent seg faults when running with Electric Fence.
authorGreg Ames <gregames@apache.org>
Mon, 11 Nov 2002 19:57:58 +0000 (19:57 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 11 Nov 2002 19:57:58 +0000 (19:57 +0000)
commit25fa263af3e858632b07ce6572415df79065fe2c
tree1bd91494485f20f2494630ce768a6dbe3b95bd67
parent9b11acd3bbd3d81f405d6518fd4d45a9160bb371
prevent seg faults when running with Electric Fence.

The "more" brigade (created by apr_brigade_split after seeing a FLUSH bucket)
was in the deferred_write_pool.  d_w_p is cleared, "more" is copied into b,
then the while loop test for APR_BRIGADE_EMPTY(b) blows up.

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