TODO: put the error message in a code block.

master
Philippe Pittoli 2023-02-06 14:44:33 +01:00
parent fc81cbddc8
commit 5ca55f0525
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
- recvmsg is a very *stupid* copy of the sendmsg fn, **EXPECT ERRORS** (if used outside libipc)
- at least one memory error when using Cmsghdr (see below)
```
==32374== Syscall param sendmsg(msg.msg_control) points to uninitialised byte(s)
==32374== at 0x40554A3: ??? (in /lib/ld-musl-x86_64.so.1)
==32374== by 0x40526F9: ??? (in /lib/ld-musl-x86_64.so.1)
@ -36,3 +37,4 @@
==32374== by 0x28161E: initEventLoopAndCallMain (start.zig:548)
==32374== by 0x28161E: callMainWithArgs (start.zig:498)
==32374== by 0x28161E: main (start.zig:513)
```