Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sipsess/reply: fix heap-use-after-free bug #1179

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

sreimers
Copy link
Member

@sreimers sreimers commented Aug 18, 2024

fixes #1178 - mem_deref(sess) calls maybe list_flush(&sess->replyl) within destructor and reply is a dangling pointer after this.

fixes #1178 - `mem_deref(sess)` calls list_flush(&sess->replyl)
within destructor and reply is a dangling pointer after this.
@sreimers sreimers merged commit 5b00488 into main Aug 19, 2024
36 checks passed
@sreimers sreimers deleted the fix_reply_heap_after_free_bug branch August 19, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reply: heap-use-after-free bug
1 participant