Btrfs: fix use-after-free in btrfs_replay_log
authorLiu Bo <bo.li.liu@oracle.com>
Thu, 11 Jun 2015 06:16:44 +0000 (14:16 +0800)
committerChris Mason <clm@fb.com>
Fri, 12 Jun 2015 18:03:21 +0000 (11:03 -0700)
commit0eeff2362b829b5e80f8b69f86b60b8094bc742d
treec1b6a793279d145309aa681817bd8644561af660
parent9a4e7276d39071576d369e607d7accb84b41d0b4
Btrfs: fix use-after-free in btrfs_replay_log

@log_root_tree should not be referenced after kfree.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/disk-io.c