mod_mem_cache segfault
From: Bill Stoddard <bill_at_wstoddard.com>
Date: 2002-06-17 22:41:23 CEST
Some more analysis ... The PQ code has an array indexing problem. You can see the problem
apr_status_t cache_pq_remove(cache_pqueue_t *q, void* d)
posn = q->get(d);
/*
if (!popped)
if (d == popped) {
q->d[posn] = popped;
/*
I have also noticed that q->d[0] always points to invalid memory which implies that the
Bill
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.