Replies: 1 comment 3 replies
-
Actually, my bad. The sendmsg one is about "CxPlatSendDataAlloc" heap allocation, which is not sfd related. I don't know what the first one is about. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Lately, while using Valgrind to test my stuff, I've started being increasingly
annoyed at its messages about MsQuic, involving socket file descriptors I reckon:
Syscall param socketcall.setsockopt(optval) points to uninitialised byte(s)
&
Syscall param sendmsg(msg.msg_control) points to uninitialised byte(s)
So first of all, do you guys know about this? Do I have to worry about that?
And, less important but still, is there some flag I can enable during
compilation that will eliminate these messages, something like zeroing all
underlying buffers in debug mode or so? I've compiled the library without
any special flags, just straightforwardly did what was said in BUILD.md.
Cheers,
supahero1
Beta Was this translation helpful? Give feedback.
All reactions