diff options
author | 2023-05-19 00:21:46 +0900 | |
---|---|---|
committer | 2023-05-24 11:10:14 +0200 | |
commit | aa4b92c5234878d55da96d387ea4d3695ca5e4ab (patch) | |
tree | c3cdd6c37ba8497c40835cdd84bcd29d257eb4f0 /scripts/generate_rust_analyzer.py | |
parent | ntfs: Remove unneeded semicolon (diff) | |
download | wireguard-linux-aa4b92c5234878d55da96d387ea4d3695ca5e4ab.tar.xz wireguard-linux-aa4b92c5234878d55da96d387ea4d3695ca5e4ab.zip |
ntfs: do not dereference a null ctx on error
In ntfs_mft_data_extend_allocation_nolock(), if an error condition occurs
prior to 'ctx' being set to a non-NULL value, avoid dereferencing the NULL
'ctx' pointer in error handling.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Signed-off-by: Danila Chernetsov <listdansp@mail.ru>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions