Re: [PATCH 1/3] ubifs: Fix a memleak after dumping authentication mount options

2020-09-30 Thread Sascha Hauer
On Tue, Sep 29, 2020 at 08:45:29PM +0800, Zhihao Cheng wrote: > Fix a memory leak after dumping authentication mount options in error > handling branch. > > Signed-off-by: Zhihao Cheng > Cc: # 4.20+ > Fixes: d8a22773a12c6d7 ("ubifs: Enable authentication support") Reviewed-by: Sascha Hauer I

[PATCH 1/3] ubifs: Fix a memleak after dumping authentication mount options

2020-09-29 Thread Zhihao Cheng
Fix a memory leak after dumping authentication mount options in error handling branch. Signed-off-by: Zhihao Cheng Cc: # 4.20+ Fixes: d8a22773a12c6d7 ("ubifs: Enable authentication support") --- fs/ubifs/super.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --gi