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

NetmaskTree: do not test node for null, the loop guarantees node is not null. #9078

Merged
merged 1 commit into from
May 4, 2020

Commits on May 1, 2020

  1. Do not test node for null, the loop guarantees node is not null.

    Found by Coverity (1419400), which concludes that if node could be
    null, the following node->node.first.getBits() would deref a nullptr.
    omoerbeek committed May 1, 2020
    Configuration menu
    Copy the full SHA
    243134e View commit details
    Browse the repository at this point in the history