Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include lose one more bit of ALSR to accoun...



details:   https://anonhg.NetBSD.org/src/rev/2e9ce38a3eb5
branches:  trunk
changeset: 815471:2e9ce38a3eb5
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 19 15:36:35 2016 +0000

description:
lose one more bit of ALSR to account for rounding in the VA hole.

diffstat:

 sys/arch/sparc64/include/proc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7b4196351156 -r 2e9ce38a3eb5 sys/arch/sparc64/include/proc.h
--- a/sys/arch/sparc64/include/proc.h   Thu May 19 14:50:18 2016 +0000
+++ b/sys/arch/sparc64/include/proc.h   Thu May 19 15:36:35 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.14 2016/05/17 00:39:43 christos Exp $ */
+/*     $NetBSD: proc.h,v 1.15 2016/05/19 15:36:35 christos Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -60,6 +60,6 @@
 
 #define netbsd32_syscall_intern syscall_intern
 
-#define PAX_ASLR_RAND_MMAP_MAX 0x80000
+#define PAX_ASLR_RAND_MMAP_MAX 0x40000
 
 #endif /* _SPARC64_PROC_H */



Home | Main Index | Thread Index | Old Index