[all-commits] [llvm/llvm-project] c361ab: [msan] Don't block SIGSYS in ScopedBlockSignals

Hans via All-commits all-commits at lists.llvm.org
Fri Dec 3 11:41:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c361ab061253eedfc7ed905cdbc055de09239543
      https://github.com/llvm/llvm-project/commit/c361ab061253eedfc7ed905cdbc055de09239543
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp

  Log Message:
  -----------
  [msan] Don't block SIGSYS in ScopedBlockSignals

Seccomp-BPF-sandboxed processes rely on being able to process SIGSYS
signals.

Differential revision: https://reviews.llvm.org/D115057




More information about the All-commits mailing list