android_kernel_samsung_msm8976/fs/fuse
Mateusz Jurczyk 821740a330 fuse: initialize the flock flag in fuse_file on allocation
commit 68227c03cba84a24faf8a7277d2b1a03c8959c2c upstream.

Before the patch, the flock flag could remain uninitialized for the
lifespan of the fuse_file allocation. Unless set to true in
fuse_file_flock(), it would remain in an indeterminate state until read in
an if statement in fuse_release_common(). This could consequently lead to
taking an unexpected branch in the code.

The bug was discovered by a runtime instrumentation designed to detect use
of uninitialized memory in the kernel.

Signed-off-by: Mateusz Jurczyk <mjurczyk@google.com>
Fixes: 37fb3a30b4 ("fuse: fix flock")
Cc: <stable@vger.kernel.org> # v3.1+
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2019-07-27 21:44:16 +02:00
..
control.c
cuse.c
dev.c
dir.c
file.c fuse: initialize the flock flag in fuse_file on allocation 2019-07-27 21:44:16 +02:00
fuse_i.h
fuse_shortcircuit.h
inode.c fuse: fix wrong assignment of ->flags in fuse_send_init() 2019-07-27 21:41:59 +02:00
Kconfig
Makefile
shortcircuit.c