]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed MSAN failed to allocate error on Ubuntu 22.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 27 Dec 2022 23:27:13 +0000 (15:27 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 29 Dec 2022 10:28:39 +0000 (11:28 +0100)
https://github.com/llvm/llvm-project/issues/55785

.github/workflows/cmake.yml

index bdc489f8028b28a9569b8ee18c44ea69cc25932d..02461eeda1f7bc8bf43fd9f03d58ec8a9844d050 100644 (file)
@@ -347,6 +347,8 @@ jobs:
             cmake-args: -GNinja -DWITH_SANITIZER=Memory
             packages:  ninja-build clang-11 llvm-11-tools
             gcov-exec: llvm-cov-11 gcov
+            # https://github.com/llvm/llvm-project/issues/55785
+            msan-options: use_sigaltstack=0
 
           - name: Ubuntu Emscripten WASM32
             os: ubuntu-latest