-
Notifications
You must be signed in to change notification settings - Fork 9
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
#1607 Fix UBSAN error 'applying non-zero offset ... to null pointer' #1608
#1607 Fix UBSAN error 'applying non-zero offset ... to null pointer' #1608
Conversation
PR tests (clang-10, ubuntu, mpich) Build for 54eea5e
|
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.
Looks good to me.
Codecov Report
@@ Coverage Diff @@
## develop #1608 +/- ##
===========================================
+ Coverage 82.97% 83.00% +0.03%
===========================================
Files 785 785
Lines 29749 29749
===========================================
+ Hits 24684 24693 +9
+ Misses 5065 5056 -9
|
I just did a rough grep over the rest of the repository, and it looks like this is the only instance of this anti-pattern |
Fixed #1607