-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[tree] Avoid stack-use-after-scope by also resetting friends branch addresses #17886
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks sensible to do to me! Let's also wait for @pcanal's opinion. Thank you for such a thorough investigation!
Co-authored-by: Vincenzo Eduardo Padulano <[email protected]>
Test Results 18 files 18 suites 4d 14h 48m 47s ⏱️ For more details on these failures, see this check. Results for commit ca0e779. ♻️ This comment has been updated with latest results. |
as suggested by pcanal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you very much.
Hi @ferdymercury , I believe you can merge this PR, or I will go ahead if you prefer! |
Thanks Vincenzo! I have no merge rights, so please go ahead;) an remember squash on merge. |
This Pull request:
Changes or fixes:
Fixes #17843
Checklist: