Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sipsess/reply: fix heap-use-after-free bug (#1179)
* sipsess/reply: fix heap-use-after-free bug fixes #1178 - `mem_deref(sess)` calls maybe list_flush(&sess->replyl) within destructor and reply is a dangling pointer after this. * deref reply before session
- Loading branch information