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

network_monitor: Fix potential NULL dereference. #258

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

ossama-othman
Copy link
Member

Correct a potential NULL pointer dereference when cleaning up resources in the case of a failed attempt to track a network address.

Fixes #230.

Correct a potential NULL pointer dereference when cleaning up
resources in the case of a failed attempt to track a network address.

Fixes #230.
@ossama-othman ossama-othman added the bug Something isn't working label Sep 12, 2022
@ossama-othman ossama-othman self-assigned this Sep 12, 2022
@coveralls
Copy link

coveralls commented Sep 12, 2022

Pull Request Test Coverage Report for Build 3039261346

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.689%

Totals Coverage Status
Change from base Build 2893798308: 0.0%
Covered Lines: 1385
Relevant Lines: 2141

💛 - Coveralls

Copy link
Member

@mjmartineau mjmartineau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@ossama-othman ossama-othman merged commit 745f9ef into multipath-tcp:master Sep 12, 2022
@ossama-othman ossama-othman deleted the nm-null-deref branch September 12, 2022 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants