Skip to content
Commit 8ed1f0e2 authored by Jann Horn's avatar Jann Horn Committed by Linus Torvalds
Browse files

fs/fuse: fix ioctl type confusion



fuse_dev_ioctl() performed fuse_get_dev() on a user-supplied fd,
leading to a type confusion issue. Fix it by checking file->f_op.

Signed-off-by: default avatarJann Horn <jann@thejh.net>
Acked-by: default avatarMiklos Szeredi <miklos@szeredi.hu>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1efdb5f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment