multipath-tcp / mptcpd

mptcpd is a daemon for Linux that performs Multipath TCP path management related operations in the user space 😈
https://mptcpd.mptcp.dev/
BSD 3-Clause "New" or "Revised" License
169 stars 36 forks source link

network_monitor: Fix potential NULL dereference. #258

Closed ossama-othman closed 1 year ago

ossama-othman commented 1 year ago

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

Fixes #230.

coveralls commented 1 year ago

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


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

💛 - Coveralls