Skip to content

Commit

Permalink
Revert temporary ASLR workaround
Browse files Browse the repository at this point in the history
This reverts commit f80654c.
  • Loading branch information
LDVG committed Mar 22, 2024
1 parent 48087f5 commit 81afb20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ 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 81afb20

Please sign in to comment.