Skip to content
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

Fixed various UBSan warnings about working with NULL pointers #2803

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

seanm
Copy link
Contributor

@seanm seanm commented Nov 15, 2023

Any pointer arithmetic with NULL pointers is technically UB, even if you don't end up dereferencing the pointer.

Any pointer arithmetic with NULL pointers is technically UB, even if you don't end up dereferencing the pointer.
@WardF WardF merged commit d4e906f into Unidata:main Nov 16, 2023
99 checks passed
@seanm
Copy link
Contributor Author

seanm commented Nov 16, 2023

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants