Ack: fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message
On Tue, Jan 03, 2012 at 01:14:39PM +0000, Andy Whitcroft wrote:
> From: Miklos Szeredi <mszeredi@suse.cz>
>
> FUSE_NOTIFY_INVAL_ENTRY didn't check the length of the write so the
> message processing could overrun and result in a "kernel BUG at
> fs/fuse/dev.c:629!"
>
> Reported-by: Han-Wen Nienhuys <hanwenn@gmail.com>
> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
> CC: stable@kernel.org
>
> (cherry picked from commit c2183d1e9b3f313dd8ba2b1b0197c8d9fb86a7ae)
> CVE-2011-3353
> BugLink: http://bugs.launchpad.net/bugs/905058
> Signed-off-by: Andy Whitcroft <apw@canonical.com>