Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Mar 20, 2024
1 parent 122b098 commit c27ec28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
env:
CC: ${{ matrix.cc }}
SANITIZER: ${{ matrix.sanitizer }}
run: ./.actions/fuzz-linux "${SANITIZER}"
run: |
sudo sysctl vm.mmap_rnd_bits=28
./.actions/fuzz-linux "${SANITIZER}"

0 comments on commit c27ec28

Please sign in to comment.