]> git.meshlink.io Git - meshlink/commit
Add missing mutex locks.
authorGuus Sliepen <guus@meshlink.io>
Wed, 25 Sep 2019 05:42:00 +0000 (07:42 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 25 Sep 2019 05:42:00 +0000 (07:42 +0200)
commit359de4c8f0085f6b1af47b9d9e92b3ddc6c47cab
treece71dc70659e80d8631c981cb0434ef0eca00201
parenta7faa4515301e976d0fa87bdd096f12696ba8fce
Add missing mutex locks.

meshlink_channel_close() and meshlink_channel_shutdown() did not lock
the mutex, which could cause some race conditions.
src/meshlink.c