]> git.baikalelectronics.ru Git - kernel.git/commit
fs: prevent out-of-bounds array speculation when closing a file descriptor
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 Mar 2023 18:54:50 +0000 (13:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 07:50:13 +0000 (08:50 +0100)
commit1a3d1e82618ece529749edfe5c2e54b2fc865aec
tree2815331a4c82e7a4de26d091f50966b338ac8a85
parent5e5a7f4df89e0e075396343efab633248e102272
fs: prevent out-of-bounds array speculation when closing a file descriptor

commit 1552f9f9b26af9ee776776f1adb1610c30a73aaf upstream.

Google-Bug-Id: 114199369
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/file.c