https://issues.apache.org/bugzilla/show_bug.cgi?id=51062
Nick Kew <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Core |APR-util Version|2.2.15 |HEAD Product|Apache httpd-2 |APR --- Comment #7 from Nick Kew <[email protected]> 2011-05-12 00:25:41 UTC --- Nice work - thanks! I see trunk APR has an update that looks as if it should serve a similar purpose to your suggestion of check_not_already_free: APR_BRIGADE_CHECK_CONSISTENCY(b); is inserted before the while() loop in apr_brigade_cleanup. If noone comes up with a better selection, I'll add an explicit test to abort the loop and return APR_EGENERAL if the bucket pointer repeats within the loop. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
