]> www.infradead.org Git - users/dwmw2/linux.git/commit
cifs: Validate content of WSL reparse point buffers
authorPali Rohár <pali@kernel.org>
Fri, 20 Sep 2024 23:29:33 +0000 (01:29 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2024 20:50:32 +0000 (14:50 -0600)
commit1f48660667efb97c3cf70485c7e1977af718b48b
tree3e648ffafcb4270582e74bb16eb858c9383ab160
parentd3d797e326533794c3f707ce1761da7a8895458c
cifs: Validate content of WSL reparse point buffers

WSL socket, fifo, char and block devices have empty reparse buffer.
Validate the length of the reparse buffer.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/reparse.c