rizin/.github/workflows
Rot127 c78eff25a3
Work around for https://github.com/google/sanitizers/issues/1716 (#4362)
The Thread Sanitizer of ASAN doesn't seem to support
randomized offsets from the VMA base address (`vm.mmap_rnd_bits`)
if they are larger than 28 bits.

This leads to ASAN compiled binaries to crash or endless loop
with a `AddressSanitizer:DEADLYSIGNAL` before main is reached.

Reference issues:
https://github.com/google/sanitizers/issues/1716
https://github.com/google/sanitizers/issues/1724
2024-03-16 13:45:51 +08:00
..
ci.yml Work around for https://github.com/google/sanitizers/issues/1716 (#4362) 2024-03-16 13:45:51 +08:00
code-analysis.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
coverity-scan.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
labeler.yml Ensure the concurrency job group is unique (#3538) 2023-05-30 17:55:08 +08:00
linter.yml Ignore python R1737 2024-03-07 18:38:49 +08:00
muon.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
rzshell-treesitter-tests.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00
tcc.yml Update github actions to remove warnings (#4211) 2024-02-12 16:32:19 +08:00