Searched hist:c37e9e013469521d9adb932d17a1795c139b36db (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ext4/ |
H A D | ext4.h | diff c37e9e013469521d9adb932d17a1795c139b36db Sun Jun 17 06:41:14 CEST 2018 Theodore Ts'o <tytso@mit.edu> ext4: add more inode number paranoia checks
If there is a directory entry pointing to a system inode (such as a journal inode), complain and declare the file system to be corrupted.
Also, if the superblock's first inode number field is too small, refuse to mount the file system.
This addresses CVE-2018-10882.
https://bugzilla.kernel.org/show_bug.cgi?id=200069
Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org
|
H A D | super.c | diff c37e9e013469521d9adb932d17a1795c139b36db Sun Jun 17 06:41:14 CEST 2018 Theodore Ts'o <tytso@mit.edu> ext4: add more inode number paranoia checks
If there is a directory entry pointing to a system inode (such as a journal inode), complain and declare the file system to be corrupted.
Also, if the superblock's first inode number field is too small, refuse to mount the file system.
This addresses CVE-2018-10882.
https://bugzilla.kernel.org/show_bug.cgi?id=200069
Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org
|
H A D | inode.c | diff c37e9e013469521d9adb932d17a1795c139b36db Sun Jun 17 06:41:14 CEST 2018 Theodore Ts'o <tytso@mit.edu> ext4: add more inode number paranoia checks
If there is a directory entry pointing to a system inode (such as a journal inode), complain and declare the file system to be corrupted.
Also, if the superblock's first inode number field is too small, refuse to mount the file system.
This addresses CVE-2018-10882.
https://bugzilla.kernel.org/show_bug.cgi?id=200069
Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org
|