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
fixes #1178 - `mem_deref(sess)` calls list_flush(&sess->replyl) within destructor and reply is a dangling pointer after this.
- Loading branch information