diff options
author | 2021-09-10 11:02:02 +0100 | |
---|---|---|
committer | 2021-09-20 18:53:12 +0300 | |
commit | 880301bb313295a65523e79bc5666f5cf49eb3ed (patch) | |
tree | 9120d942b060209932642f8344cb22ba4559d4df /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Doc/fs/ntfs3: Fix rst format and make it cleaner (diff) | |
download | linux-dev-880301bb313295a65523e79bc5666f5cf49eb3ed.tar.xz linux-dev-880301bb313295a65523e79bc5666f5cf49eb3ed.zip |
fs/ntfs3: Fix a memory leak on object opts
Currently a failed allocation on sbi->upcase will cause an exit via
the label free_sbi causing a memory leak on object opts. Fix this by
re-ordering the exit paths free_opts and free_sbi so that kfree's occur
in the reverse allocation order.
Addresses-Coverity: ("Resource leak")
Fixes: 27fac77707a1 ("fs/ntfs3: Init spi more in init_fs_context than fill_super")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions