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

Fix heap-use-after-free for IPCProxyBinderBase #324

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

zusage
Copy link
Collaborator

@zusage zusage commented Nov 2, 2020

No description provided.

Oleksandr Kunichik and others added 6 commits October 26, 2020 13:00
Listener context object was already deleted, but not yet removed from registry
at the point of notifyListeners call, which causes undefined behavior.
Applications does not have to crash because the memory is still accessible, but
they may crash at some point. Added temporary protection mechanism.

Co-authored-by: Radoslaw Buczkowski <[email protected]>
@zusage zusage requested a review from bitmouse November 2, 2020 10:52
@zusage zusage force-pushed the fix_heap_after_use_IPCProxyBinderBase branch from d2f7a1e to aa697ac Compare November 2, 2020 11:06
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.

2 participants