Files
linux/fs/fuse
Miklos Szeredi 710c33adef fuse: verify attributes
commit eb59bd17d2 upstream.

If a filesystem returns negative inode sizes, future reads on the file were
causing the cpu to spin on truncate_pagecache.

Create a helper to validate the attributes.  This now does two things:

 - check the file mode
 - check if the file size fits in i_size without overflowing

Reported-by: Arijit Banerjee <arijit@rubrik.com>
Fixes: d8a5ba4545 ("[PATCH] FUSE - core")
Cc: <stable@vger.kernel.org> # v2.6.14
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-13 08:52:36 +01:00
..
2019-10-11 18:21:20 +02:00
2019-12-13 08:52:36 +01:00
2019-12-13 08:52:36 +01:00
2016-10-01 07:32:32 +02:00
2016-10-01 07:32:32 +02:00