aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Holm <pho@FreeBSD.org>2021-12-11 10:43:30 +0000
committerPeter Holm <pho@FreeBSD.org>2021-12-11 10:43:30 +0000
commita724ccf35425d93e55efcc2f77a6083ee90fc08c (patch)
tree836acba66906c0b44cb0c779a47d83840791c251
parent8ebc232561769043ba7901c39e2e57a35dc7c446 (diff)
downloadsrc-a724ccf35425d93e55efcc2f77a6083ee90fc08c.tar.gz
src-a724ccf35425d93e55efcc2f77a6083ee90fc08c.zip
stress2: Disable aslr for this test to work
-rwxr-xr-xtools/test/stress2/misc/mmap39.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/mmap39.sh b/tools/test/stress2/misc/mmap39.sh
index 15aa8ec718a3..f4b97717624b 100755
--- a/tools/test/stress2/misc/mmap39.sh
+++ b/tools/test/stress2/misc/mmap39.sh
@@ -54,7 +54,7 @@ mount /dev/md$mdstart $mntpoint
set +e
for i in `jot 128`; do
- $dir/mmap39 &
+ proccontrol -m aslr -s disable $dir/mmap39 &
pids="$pids $!"
done
s=0