diff options
author | 2021-08-24 10:50:15 +0300 | |
---|---|---|
committer | 2021-08-27 17:05:14 +0300 | |
commit | 8c83a4851da1c7eda83098ade238665b15774da3 (patch) | |
tree | c77fc57022d29785537bf4effe8fa2499d64afde /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fs/ntfs3: Fix error code in indx_add_allocate() (diff) | |
download | linux-dev-8c83a4851da1c7eda83098ade238665b15774da3.tar.xz linux-dev-8c83a4851da1c7eda83098ade238665b15774da3.zip |
fs/ntfs3: Potential NULL dereference in hdr_find_split()
The "e" pointer is dereferenced before it has been checked for NULL.
Move the dereference after the NULL check to prevent an Oops.
Fixes: 82cae269cfa9 ("fs/ntfs3: Add initialization of super block")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.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