Clamt the PAX_ASLR random value to the max bits we have for VA.

This commit is contained in:
christos 2016-05-17 00:39:43 +00:00
parent f2f81db6f6
commit 10c1bb4dec

View File

@ -1,4 +1,4 @@
/* $NetBSD: proc.h,v 1.13 2011/01/14 02:06:32 rmind Exp $ */
/* $NetBSD: proc.h,v 1.14 2016/05/17 00:39:43 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@ -60,4 +60,6 @@ struct mdproc {
#define netbsd32_syscall_intern syscall_intern
#define PAX_ASLR_RAND_MMAP_MAX 0x80000
#endif /* _SPARC64_PROC_H */