Skip to content

Commit

Permalink
fuzz: add temporary ASLR workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG authored and kongeo committed Mar 20, 2024
1 parent 4881e69 commit 5d14e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
CC: ${{ matrix.cc }}
run: |
sudo ./.actions/setup_clang "${CC}"
# XXX https://github.com/actions/runner-images/issues/9491
- name: workaround
run: sudo sysctl vm.mmap_rnd_bits=28
- name: fuzz
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 5d14e82

Please sign in to comment.