-
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
babel: Added null check after retrieving babel_ifp #16178
babel: Added null check after retrieving babel_ifp #16178
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.
what's the purpose of this- why crash the process one line earlier?
8d948a0
to
269b07f
Compare
Hi Mark Stapp, Since babel_ip NULL check is handled at most of the places in this file. Just to maintain consistency, adding this check at all the places. Thanks & Regards, |
can you rebase to see if that clears the ci failures? |
Can you please rebase? |
269b07f
to
b1c426e
Compare
CI:rerun |
@Jafaral , |
@riw777, |
Asserting the further instructions when the babel interface pointer is NULL Signed-off-by: y-bharath14 <[email protected]>
b1c426e
to
ae885a7
Compare
CI:rerun |
babel: Added null check after retrieving babel_ifp
Asserting the further instructions when the babel interface pointer is NULL