https://bz.apache.org/bugzilla/show_bug.cgi?id=61228

Joe Orton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #7 from Joe Orton <[email protected]> ---
(In reply to Alex CHEN from comment #3)
> Inside `apr_brigade_cleanup`, there is a FIX for
> https://bz.apache.org/bugzilla/show_bug.cgi?id=51062,
> https://svn.apache.org/viewvc/apr/apr/trunk/buckets/apr_brigade.
> c?annotate=1102687&pathrev=1102687,
> 
> Could there is a chance that: when hitting the above brigade corruption, the
> fix breaks infinite loop but leave the brigade unclean (leak stack memory?)
> ? 
> 
> Could anybody have a check on this?

The code referenced introduced in r1102687 is unreachable except in presence of
memory corruption, and should not have been included in a non-debug build. 
I've removed it in r1875098 from non-debug builds, which should avoid any false
negatives from code analysis tools which could assume that is a valid code
path.

-- 
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]

Reply via email to