From a85e2233e701c3e3dd1673d187d7d8806de387ff Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 4 Apr 2024 11:40:19 +0200 Subject: [PATCH] ci: Note affected clangs in comment on ASLR quirk Resolves #1506. --- .github/actions/run-in-docker-action/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run-in-docker-action/action.yml b/.github/actions/run-in-docker-action/action.yml index 126abc2d7f..74933686a0 100644 --- a/.github/actions/run-in-docker-action/action.yml +++ b/.github/actions/run-in-docker-action/action.yml @@ -37,6 +37,7 @@ runs: cache-from: type=gha - # Workaround for https://github.com/google/sanitizers/issues/1614 . + # The underlying issue has been fixed in clang 18.1.3. run: sudo sysctl -w vm.mmap_rnd_bits=28 shell: bash