]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a segfault seen on daedalus earlier this evening. All that was happening
authorCliff Woolley <jwoolley@apache.org>
Tue, 23 Oct 2001 09:41:54 +0000 (09:41 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 23 Oct 2001 09:41:54 +0000 (09:41 +0000)
commit79403ed8e0bc7a41a7cbb9c290582d413385a620
treea3d95d1813d30bd3a4af55b74f5e4f222410b41e
parentc81897bd523e8dae2ef5ffeafa696396cc37d62b
Fix a segfault seen on daedalus earlier this evening.  All that was happening
was that we forgot to check whether ctx->bb was empty, so when we pulled the
first bucket, it would be the sentinel, and we'd segfault trying to apr_bucket_read
the sentinel.

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