diff options
author | Colin Ian King <[email protected]> | 2021-07-12 17:24:30 +0100 |
---|---|---|
committer | Andreas Gruenbacher <[email protected]> | 2021-07-20 15:06:20 +0200 |
commit | a6579cbfd7216b071008db13360c322a6b21400b (patch) | |
tree | 12e7175e3ca067bc778c52245fad2c6cc8ed559b /lib/test_overflow.c | |
parent | 2734d6c1b1a089fb593ef6a23d4b70903526fe0c (diff) |
gfs2: Fix memory leak of object lsi on error return path
In the case where IS_ERR(lsi->si_sc_inode) is true the error exit path
to free_local does not kfree the allocated object lsi leading to a memory
leak. Fix this by kfree'ing lst before taking the error exit path.
Addresses-Coverity: ("Resource leak")
Fixes: 97fd734ba17e ("gfs2: lookup local statfs inodes prior to journal recovery")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Andreas Gruenbacher <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions