diff options
author | Pan Bian <bianpan2016@163.com> | 2019-04-25 18:44:15 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-04-25 18:44:15 +0300 |
commit | 8c380ab4b7b59c0c602743810be1b712514eaebc (patch) | |
tree | 219607cef9f919264702e71af75fac9d3e0a0f76 /net/ax25 | |
parent | e5d01196c0428a206f307e9ee5f6842964098ff0 (diff) | |
download | linux-8c380ab4b7b59c0c602743810be1b712514eaebc.tar.xz |
ext4: avoid drop reference to iloc.bh twice
The reference to iloc.bh has been dropped in ext4_mark_iloc_dirty.
However, the reference is dropped again if error occurs during
ext4_handle_dirty_metadata, which may result in use-after-free bugs.
Fixes: fb265c9cb49e("ext4: add ext4_sb_bread() to disambiguate ENOMEM cases")
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: stable@kernel.org
Diffstat (limited to 'net/ax25')
0 files changed, 0 insertions, 0 deletions