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

Adding safe dereferencing helper #146

Merged
merged 3 commits into from
May 6, 2023
Merged

Adding safe dereferencing helper #146

merged 3 commits into from
May 6, 2023

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented May 5, 2023

This PR implements a small dereference helper function that, given a pointer, returns either the zero or the dereferenced value.

@Mzack9999 Mzack9999 self-assigned this May 5, 2023
@Mzack9999 Mzack9999 marked this pull request as ready for review May 6, 2023 16:15
@Mzack9999 Mzack9999 merged commit 9a7cd71 into main May 6, 2023
7 checks passed
@Mzack9999 Mzack9999 deleted the maint-ptr branch May 6, 2023 16:16
@Mzack9999 Mzack9999 restored the maint-ptr branch May 6, 2023 16:16
@Mzack9999 Mzack9999 deleted the maint-ptr branch May 6, 2023 16:16
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.

None yet

1 participant