Skip to content

Commit cc58e80

Browse files
Disable ASLR
1 parent 61c49fc commit cc58e80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QA/common.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def execute_jafar_and_miniooni(ooni_exe, outfile, experiment, tag, args):
2020
os.remove(tmpoutfile) # just in case
2121
execute(
2222
[
23+
"setarch",
24+
"--addr-no-randomize",
2325
"./jafar",
2426
"-main-command",
2527
"./QA/minioonilike.py {} -n -o '{}' --home /tmp {}".format(

0 commit comments

Comments
 (0)