-
Notifications
You must be signed in to change notification settings - Fork 122
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
Prevent accidental null dereference #2046
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2046 +/- ##
==========================================
- Coverage 78.78% 78.76% -0.02%
==========================================
Files 598 598
Lines 103654 103676 +22
Branches 14736 14743 +7
==========================================
- Hits 81661 81660 -1
- Misses 21342 21364 +22
- Partials 651 652 +1 ☔ View full report in Codecov by Sentry. |
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.
minor nit: NULL param test coverage here?
2592743
Issues:
P177717548
Description of changes:
Just make sure to prevent null-dereference.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.