File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1033,7 +1033,7 @@ config ARCH_MMAP_RND_BITS
1033
1033
int "Number of bits to use for ASLR of mmap base address" if EXPERT
1034
1034
range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
1035
1035
default ARCH_MMAP_RND_BITS_DEFAULT if ARCH_MMAP_RND_BITS_DEFAULT
1036
- default ARCH_MMAP_RND_BITS_MIN
1036
+ default ARCH_MMAP_RND_BITS_MAX
1037
1037
depends on HAVE_ARCH_MMAP_RND_BITS
1038
1038
help
1039
1039
This value can be used to select the number of bits to use to
@@ -1067,7 +1067,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
1067
1067
int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
1068
1068
range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
1069
1069
default ARCH_MMAP_RND_COMPAT_BITS_DEFAULT if ARCH_MMAP_RND_COMPAT_BITS_DEFAULT
1070
- default ARCH_MMAP_RND_COMPAT_BITS_MIN
1070
+ default ARCH_MMAP_RND_COMPAT_BITS_MAX
1071
1071
depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
1072
1072
help
1073
1073
This value can be used to select the number of bits to use to
You can’t perform that action at this time.
0 commit comments