commit | dde03c67709a0ed4b84d4892ca05361716b75c80 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jul 23 13:49:06 2020 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 15 07:16:51 2021 -0500 |
tree | ec47dc85cf2e795cd124cad37821cc6b61f901dc | |
parent | a586f5818cbc0b8d30adec344d950b7df1fb7d7c [diff] |
net: socket: Add locking to prevent concurrent access The BSD API calls were not thread safe. Add locking to fix this. Fixes #27032 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>