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 use after free in handle_timeout_now_request #471

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

BusyJay
Copy link
Contributor

@BusyJay BusyJay commented Aug 20, 2024

Closure maybe invoked before elect_self, which will free request and cause UAF.

Closure maybe invoked before `elect_self`, which will free request and cause UAF.
@PFZheng PFZheng merged commit 921b00c into baidu:master Oct 25, 2024
@BusyJay BusyJay deleted the patch-1 branch October 25, 2024 07:19
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