Conversation
AvenSun
commented
May 4, 2023
sctp_output.c L:\usrsctplib\netinet\sctp_output.c(14823): error C2220: the following warning is treated as an error L:\usrsctplib\netinet\sctp_output.c(14823): warning C4703: potentially uninitialized local pointer variable 'inp' used L:\usrsctplib\netinet\sctp_output.c(14827): warning C4703: potentially uninitialized local pointer variable 'asoc' used
|
Can you show me a possibility how the variable can be use uninitialized? Right now my understanding is that this is a false positive of the Windows compiler. Neither gcc nor clang nor other static code analyzers report a problem... |
|
Hi, @tuexen |
|
This fixes building on win32/win64/UWP32/UWP64/UWP-arm for me. |
