commit | 5808b14a1f52554de612fee85ef517199855e310 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Tue Jun 04 14:50:14 2019 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 26 20:14:14 2019 -0400 |
tree | 6aa2ac442dde17775864cc712af6c38b3c674eca | |
parent | 4c5762f5f5e31d493678b0ee6f73585355dd3638 [diff] |
fs/adfs: super: fix use-after-free bug Fix a use-after-free bug during filesystem initialisation, where we access the disc record (which is stored in a buffer) after we have released the buffer. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>