Skip to content

Commit 2e4d439

Browse files
Reapply "Fix MSAN on github actions (#11708)"
This reverts commit 33c4a6d.
1 parent 6bc246b commit 2e4d439

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

infra/base-images/base-builder/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
echo "---------------------------------------------------------------"
1919

20+
sysctl -w vm.mmap_rnd_bits=28
21+
2022
OSS_FUZZ_ON_DEMAND="${OSS_FUZZ_ON_DEMAND:-0}"
2123

2224
# This is a temporary fix: fall back to LLVM14's old pass manager

infra/base-images/base-runner/run_fuzzer

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
# Fuzzer runner. Appends .options arguments and seed corpus to users args.
1919
# Usage: $0 <fuzzer_name> <fuzzer_args>
2020

21+
sysctl -w vm.mmap_rnd_bits=28
22+
2123
export PATH=$OUT:$PATH
2224
cd $OUT
2325

0 commit comments

Comments
 (0)