commit | 4fdcfab5b5537c21891e22e65996d4d0dd8ab4ca | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 26 01:39:50 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 01 00:31:02 2019 -0400 |
tree | d0c9167b762a5837ac3030d2f1e869454a4c4ac6 | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b [diff] |
jffs2: fix use-after-free on symlink traversal free the symlink body after the same RCU delay we have for freeing the struct inode itself, so that traversal during RCU pathwalk wouldn't step into freed memory. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>