[build] fix memory sanitizer stack frame warnings

This commit is contained in:
Armin Novak
2023-06-05 12:16:57 +02:00
committed by Martin Fleisz
parent 734ae69756
commit a4c6b36a19
65 changed files with 307 additions and 428 deletions

View File

@@ -530,8 +530,8 @@ typedef struct
static DWORD WINAPI channel_client_thread_proc(LPVOID userdata)
{
UINT error = CHANNEL_RC_OK;
wStream* data;
wMessage message;
wStream* data = NULL;
wMessage message = { 0 };
msg_proc_internals* internals = userdata;
WINPR_ASSERT(internals);