Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/rump/modautoload Disable aslr too since we are playing...



details:   https://anonhg.NetBSD.org/src/rev/4d74b98c4187
branches:  trunk
changeset: 348307:4d74b98c4187
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 14 16:02:35 2016 +0000

description:
Disable aslr too since we are playing address space range tricks.

diffstat:

 tests/rump/modautoload/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e93e573d760 -r 4d74b98c4187 tests/rump/modautoload/Makefile
--- a/tests/rump/modautoload/Makefile   Fri Oct 14 16:01:16 2016 +0000
+++ b/tests/rump/modautoload/Makefile   Fri Oct 14 16:02:35 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2016/09/10 11:04:24 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2016/10/14 16:02:35 christos Exp $
 #
 
 .include <bsd.init.mk>
@@ -6,7 +6,7 @@
 TESTSDIR=      ${TESTSBASE}/rump/modautoload
 
 TESTS_C=       t_modautoload
-PAXCTL_FLAGS=  +m
+PAXCTL_FLAGS=  +ma
 
 SRCS.t_modautoload+=   t_modautoload.c
 



Home | Main Index | Thread Index | Old Index