[all-commits] [llvm/llvm-project] 2cb08d: [compiler-rt][sanitizer] fix msghdr for musl (#136...

Deák Lajos via All-commits all-commits at lists.llvm.org
Sun Oct 5 23:41:56 PDT 2025


  Branch: refs/heads/release/21.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cb08dbb39b17c4936cc604c9ca11a3f0f9d23c5
      https://github.com/llvm/llvm-project/commit/2cb08dbb39b17c4936cc604c9ca11a3f0f9d23c5
  Author: Deák Lajos <36414743+deaklajos at users.noreply.github.com>
  Date:   2025-10-06 (Mon, 06 Oct 2025)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h

  Log Message:
  -----------
  [compiler-rt][sanitizer] fix msghdr for musl (#136195)

Ran into the issue on Alpine when building with TSAN that
`__sanitizer_msghdr` and the `msghdr` provided by musl did not match.
This caused lots of tsan reports and an eventual termination of the
application by the oom during a `sendmsg`.



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