-
Notifications
You must be signed in to change notification settings - Fork 28
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 nullptr dereference in NvmlState #319
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.07 #319 +/- ##
=============================================
Coverage 73.21% 73.22%
=============================================
Files 390 390
Lines 13379 13380 +1
Branches 1008 1010 +2
=============================================
+ Hits 9796 9797 +1
Misses 3583 3583
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
/merge |
Fixes a bug where
NvmlState
was dereferencing anullptr
whenlibnvidia-ml.so.1
is not available.