commit | b0685dbd4d00f303ded4727a74f06d0a7cddcd93 | [log] [tgz] |
---|---|---|
author | Sudheer Vinukonda <sudheerv@apache.org> | Fri Sep 27 10:15:41 2019 -0700 |
committer | Sudheer Vinukonda <sudheerv@apache.org> | Mon Jan 06 13:43:04 2020 -0800 |
tree | 05df9c12d7f87b5f15f94ec8cef797d57d7f8614 | |
parent | e894d18608ec371d2b8976ad131b9f2cd0b2e832 [diff] |
Make sure shutdown_cont_event isn't holding any garbage references. As it seems like there could be a race condition because the handling of HTTP2_SESSION_EVENT_SHUTDOWN_INIT is going through the event loop again and therefore may come in after the Session and its associated contexts are already cleaned up thus causing an use-after-free possibility