[all-commits] [llvm/llvm-project] fedb9f: [libc] Fix sendmsg iovec unpoisoning (#115057)

Michael Jones via All-commits all-commits at lists.llvm.org
Tue Nov 5 13:35:19 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fedb9fdb98314ff0ddff065dbd6ef8b2b7e6ec96
      https://github.com/llvm/llvm-project/commit/fedb9fdb98314ff0ddff065dbd6ef8b2b7e6ec96
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-11-05 (Tue, 05 Nov 2024)

  Changed paths:
    M libc/src/sys/socket/linux/recvmsg.cpp

  Log Message:
  -----------
  [libc] Fix sendmsg iovec unpoisoning (#115057)

The unpoisoning for sendmsg had a typo where it would not unpoison all
of the elements in the iovec, causing msan errors. This patch fixes
that.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list