mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-31 07:36:43 +00:00
btrfs-progs: avoid double-free in __btrfs_map_block
__btrfs_map_block() can possibly do the goto again: loop after having allocated & freed the "multi" pointer. There are then a couple error conditions where it will attempt to again kfree the now non-NULL multi pointer. So before retrying, reset multi to NULL after we free it. Signed-off-by: Eric Sandeen <sandeen@redhat.com>
This commit is contained in:
parent
b808cb66aa
commit
bbf1919b00
Loading…
Reference in New Issue
Block a user