Skip to content

Commit

Permalink
Workaround vm.mmap_rnd_bits being too high for the sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Mar 14, 2024
1 parent 5fd1189 commit 6912b85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Decrease kernel address randomization
# Works around https://github.com/actions/runner-images/issues/9491
run: sudo sysctl vm.mmap_rnd_bits=28

- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 6912b85

Please sign in to comment.