(im not a subscriber to this list, so please CC to my address)
I have observed and opened a bug [1] in allocator_free() in apr_pools.c,
that was reported first by Brian Pane on [EMAIL PROTECTED] [2]. Brian drafted a
patch:
+ if (index > current_free_index) {
+ current_free_index = 0;
+ }
+ else {
current_free_index -= index;
+ }
I have not checked in depth if this patch solves the issue, I don't
think I understand every corner of apr_pools.c. Is there anyone to
review and possibly commit this patch?
Regards, Peter
[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=40955
[2]
http://mail-archives.apache.org/mod_mbox/httpd-dev/200512.mbox/[EMAIL PROTECTED]
--
_ _ Peter Steiner <[EMAIL PROTECTED]>
/ /_/ / Hug-Witschi AG <http://www.hugwi.ch/>
/ _ / Electronic Engineering
/_/ /_/ _ _ Auriedstrasse 10
/ / / / / / CH-3178 Boesingen
/ /_/ /_/ / Tel +41 31 740 44 44
/_ _ _ _ _/ Fax +41 31 740 44 45