]> git.meshlink.io Git - meshlink/commit
Fix a socket fd leak.
authorGuus Sliepen <guus@meshlink.io>
Mon, 1 Feb 2021 13:07:54 +0000 (14:07 +0100)
committerGuus Sliepen <guus@meshlink.io>
Mon, 1 Feb 2021 13:07:54 +0000 (14:07 +0100)
commit9ced7621b5f25944dd756d45d5575fc87b27e507
treed4ce0459c84c2fbad45e519b9aa4b4d8d786f287
parent2b696ea05e1f519bb37bed5577da9fcd860ece1b
Fix a socket fd leak.

Due to a logic error, whenever an interface went down and up, one or
more socket fds could be leaked. A long running process on a roaming
device or an unstable network could therefore run out of fds.
src/net.c