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

fix clang-analyzer-core.NullDereference ... #1388

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

tsteven4
Copy link
Collaborator

which was due clang making false assumptions.

However, the existing code did dereference the cend() iterator but didn't use the dereferenced value.

In any event the modified code is easier for both humans and clang to understand and doesn't dereference cend().

which was due clang making false assumptions.
But I think the modified code is easier for both humans and clang to
understand.
@tsteven4 tsteven4 merged commit a9a2049 into GPSBabel:master Nov 22, 2024
17 of 18 checks passed
@tsteven4 tsteven4 deleted the tidyNull branch November 22, 2024 14:06
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.

1 participant