aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorWenwen Wang <[email protected]>2019-08-19 23:44:24 -0500
committerRichard Weinberger <[email protected]>2019-09-15 22:12:20 +0200
commit9163e0184bd7d5f779934d34581843f699ad2ffd (patch)
tree7d3908f114eb453aa03338a59731e7041acd728d /lib/test_overflow.c
parent7992e00469c485f108a7f0da08be34b0fa441f79 (diff)
ubifs: Fix memory leak bug in alloc_ubifs_info() error path
In ubifs_mount(), 'c' is allocated through kzalloc() in alloc_ubifs_info(). However, it is not deallocated in the following execution if ubifs_fill_super() fails, leading to a memory leak bug. To fix this issue, free 'c' before going to the 'out_deact' label. Fixes: 1e51764a3c2a ("UBIFS: add new flash file system") Signed-off-by: Wenwen Wang <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions