diff options
author | Tom Rix <trix@redhat.com> | 2022-12-30 12:53:41 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2023-01-06 15:44:32 +0100 |
commit | 23970a1c9475b305770fd37bebfec7a10f263787 (patch) | |
tree | 6e6ec9f61ce089349a03446c1caf22275742f5aa /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | 83c7423d1eb6806d13c521d1002cc1a012111719 (diff) |
udf: initialize newblock to 0
The clang build reports this error
fs/udf/inode.c:805:6: error: variable 'newblock' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
if (*err < 0)
^~~~~~~~
newblock is never set before error handling jump.
Initialize newblock to 0 and remove redundant settings.
Fixes: d8b39db5fab8 ("udf: Handle error when adding extent to a file")
Reported-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20221230175341.1629734-1-trix@redhat.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions