Home
last modified time | relevance | path

Searched hist:"495 c3a1e2242b2c52c8088c52768db5b53592e85" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c495c3a1e2242b2c52c8088c52768db5b53592e85 Thu Dec 10 21:42:21 UTC 2015 Tom Rini <trini@konsulko.com> ext4_common.c: Clean up failure cases in alloc_triple_indirect_block

As noted by Coverity, when we have an error in
alloc_triple_indirect_block we will leak ti_pbuff_start_addr as it's not
being freed. Further inspection here shows that we could also leak
ti_cbuff_start_addr in one corner case so free that as well.

Reported-by: Coverity (CID 131205, 131206)
Signed-off-by: Tom Rini <trini@konsulko.com>