-
Notifications
You must be signed in to change notification settings - Fork 496
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 nil-ptr access bug #1248
🐛 Fix nil-ptr access bug #1248
Conversation
Integration tests success for 63a68dc24d891e0733af23cc13fa7297c2c98432 |
63a68dc
to
af68291
Compare
af68291
to
f763fb4
Compare
Integration tests failure for af68291c665e5ec5d8ae0c807bd9c60e8c57f165 |
Integration tests failure for f763fb439a52102ce23c182b2b6418b0e5e0b5b0 |
4a405a8
to
8c8d4de
Compare
Integration tests failure for 4a405a848818e626ea3a9f0e4bd2774e05a9e041 |
Integration tests failure for 8c8d4de5b26c3114fd1a12a1535eb5074886202c |
8c8d4de
to
04955c6
Compare
Integration tests success for 04955c6e852477f9527b9356b5011c8861d27495 |
@azeemshaikh38 Thanks for taking care of this. And good idea to make the helper functions to do the nil checking in. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Nil-ptr access bug.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.