-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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 #17969 Assign empty hash to variable status #17970
Conversation
This fixes the crash although is unlikely to fix the underlying issue. What caused a code path with a |
The variable is assigned in the loop. When the loop ends, |
@YiDa858 Any update on implementing the suggested fix from @cdelafuente-r7 and testing it out? |
I've implemented the suggested change
|
Release NotesFixed an error in |
Assign a nil value to the variable
status
to fix issue #17969