Home
last modified time | relevance | path

Searched hist:f51dcd0f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dapparmorfs.cf51dcd0f Wed Apr 10 13:04:34 CDT 2019 Al Viro <viro@zeniv.linux.org.uk> apparmorfs: fix use-after-free on symlink traversal

symlink body shouldn't be freed without an RCU delay. Switch apparmorfs
to ->destroy_inode() and use of call_rcu(); free both the inode and symlink
body in the callback.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
f51dcd0f Wed Apr 10 13:04:34 CDT 2019 Al Viro <viro@zeniv.linux.org.uk> apparmorfs: fix use-after-free on symlink traversal

symlink body shouldn't be freed without an RCU delay. Switch apparmorfs
to ->destroy_inode() and use of call_rcu(); free both the inode and symlink
body in the callback.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>