commit | e3d240e9d505fc67f8f8735836df97a794bbd946 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Tue Nov 29 16:14:43 2016 -0800 |
committer | Pavel Shilovsky <pshilov@microsoft.com> | Mon Dec 05 11:08:55 2016 -0800 |
tree | 3c40fb55ccc300c2f34cdcbbdfc1a715d069df38 | |
parent | 4772c79599564bd08ee6682715a7d3516f67433f [diff] |
CIFS: Fix a possible memory corruption in push locks If maxBuf is not 0 but less than a size of SMB2 lock structure we can end up with a memory corruption. Cc: Stable <stable@vger.kernel.org> Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>