-
Notifications
You must be signed in to change notification settings - Fork 16.8k
fix: heap-use-after-free in tray.popUpContextMenu #22842
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
Conversation
|
Release Notes Persisted
|
|
I was unable to backport this PR to "8-x-y" cleanly; |
|
I was unable to backport this PR to "7-2-x" cleanly; |
|
I was unable to backport this PR to "6-1-x" cleanly; |
|
I have automatically backported this PR to "9-x-y", please check out #22855 |
|
The backport to 6.1 wasn't clean and I don't think this is a serious enough issue to warrant the effort required to do the backport. |
Description of Change
Closes #22837.
Checklist
npm testpassesRelease Notes
Notes: Fixed a use-after-free error that could happen if a Tray was destroyed while showing a custom context menu.