]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Wed, 17 May 2023 11:33:04 +0000 (13:33 +0200)
commitad7a68388e2807490abf23a9cfc1cd750b815727
tree56f1fa1267a8c02bc47bb895cc832adf2a3b8bd4
parentc89961f96ff4c233181c9f7da3567306093ad9e2
fs: prevent out-of-bounds array speculation when closing a file descriptor

BugLink: https://bugs.launchpad.net/bugs/2016875
commit 609d54441493c99f21c1823dfd66fa7f4c512ff4 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>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
fs/file.c