]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix possible memory leak in scrub_setup_recheck_block()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 2 Sep 2012 13:44:51 +0000 (07:44 -0600)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:19:09 +0000 (15:19 -0400)
commit19b7ad868b9ed0c8cbabac8cfcac4d580cf5faf4
tree848f4ec0cc99396d468cbc4addc2707b1064b364
parentc3e80fc621536e5e2f85c762abc75b286b6ff529
Btrfs: fix possible memory leak in scrub_setup_recheck_block()

bbio has been malloced in btrfs_map_block() and should be
freed before leaving from the error handling cases.

spatch with a semantic match is used to found this problem.
(http://coccinelle.lip6.fr/)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
fs/btrfs/scrub.c