aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorSu Hui <[email protected]>2024-09-12 19:01:20 +0800
committerJakub Kicinski <[email protected]>2024-09-13 20:03:43 -0700
commit99655a304e450baaae6b396cb942b9e47659d644 (patch)
treebb74f3d57898dc0f6ae1db82d9ec219ddc3cf6c2 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent9f3e7f11f21ac83cd99428390165177d4953b005 (diff)
net: tipc: avoid possible garbage value
Clang static checker (scan-build) warning: net/tipc/bcast.c:305:4: The expression is an uninitialized value. The computed value will also be garbage [core.uninitialized.Assign] 305 | (*cong_link_cnt)++; | ^~~~~~~~~~~~~~~~~~ tipc_rcast_xmit() will increase cong_link_cnt's value, but cong_link_cnt is uninitialized. Although it won't really cause a problem, it's better to fix it. Fixes: dca4a17d24ee ("tipc: fix potential hanging after b/rcast changing") Signed-off-by: Su Hui <[email protected]> Reviewed-by: Justin Stitt <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions