diff options
| author | 2025-12-05 22:02:42 +0530 | |
|---|---|---|
| committer | 2025-12-10 01:03:02 -0800 | |
| commit | 9580f6d47dd6156c6d16e988d28faa74e5a0b8ba (patch) | |
| tree | 38a047a627a2275c2e5bbbc5526557d2cd0f0851 /include/rdma/ssh:/git@git.zx2c4.com/git: | |
| parent | broadcom: b44: prevent uninitialized value usage (diff) | |
selftests: tls: fix warning of uninitialized variable
In 'poll_partial_rec_async' a uninitialized char variable 'token' with
is used for write/read instruction to synchronize between threads
via a pipe.
tls.c:2833:26: warning: variable 'token' is uninitialized
when passed as a const pointer argument
Initialize 'token' to '\0' to silence compiler warning.
Signed-off-by: Ankit Khushwaha <ankitkhushwaha.linux@gmail.com>
Link: https://patch.msgid.link/20251205163242.14615-1-ankitkhushwaha.linux@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/rdma/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
