From 5ca55f0525aae73571549049010347b4fa0b1059 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Mon, 6 Feb 2023 14:44:33 +0100 Subject: [PATCH] TODO: put the error message in a code block. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 70b523b..c41046a 100644 --- a/TODO.md +++ b/TODO.md @@ -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) +```