Whamcloud - gitweb
debugfs: fix double free in realloc() error path in read_list()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 21:01:14 +0000 (16:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jan 2021 21:01:14 +0000 (16:01 -0500)
commit12c415fb0bf4aba496d5be0516e75a54bfca6c54
tree1f64abc60812b084d1dee7f03bca9b4349e78b05
parentdd2ed58ab1873304ba2e7d0a0e49ec87981aafc7
debugfs: fix double free in realloc() error path in read_list()

Fixes-Coverity-Bug: 1464575
Fixes-Coverity-Bug: 1464571
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/util.c