[libc-commits] [libc] [libc] Fix sendmsg iovec unpoisoning (PR #115057)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Nov 5 12:39:45 PST 2024


================
@@ -40,9 +40,11 @@ LLVM_LIBC_FUNCTION(ssize_t, recvmsg,
   }
 
   // Unpoison the msghdr, as well as all its components.
+  MSAN_UNPOISON(msg, sizeof(struct msghdr));
----------------
michaelrj-google wrote:

Done.

https://github.com/llvm/llvm-project/pull/115057


More information about the libc-commits mailing list