commit | 0fa757b5d3ea6e3d3d59f0e0d34c8214b8643b8f | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Jun 25 13:54:32 2021 -0500 |
committer | Steve French <stfrench@microsoft.com> | Fri Jun 25 14:02:26 2021 -0500 |
tree | 83689a1450ff250ade3184454d140f451b9c1d21 | |
parent | 0060a4f28a9ef45ae8163c0805e944a2b1546762 [diff] |
smb3: prevent races updating CurrentMid There was one place where we weren't locking CurrentMid, and although likely to be safe since even without the lock since it is during negotiate protocol, it is more consistent to lock it in this last remaining place, and avoids confusing Coverity warning. Addresses-Coverity: 1486665 ("Data race condition") Signed-off-by: Steve French <stfrench@microsoft.com>