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 @@ -1137,7 +1137,7 @@ config ARCH_MMAP_RND_BITS
1137
1137
int "Number of bits to use for ASLR of mmap base address" if EXPERT
1138
1138
range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
1139
1139
default ARCH_MMAP_RND_BITS_DEFAULT if ARCH_MMAP_RND_BITS_DEFAULT
1140
- default ARCH_MMAP_RND_BITS_MIN
1140
+ default ARCH_MMAP_RND_BITS_MAX
1141
1141
depends on HAVE_ARCH_MMAP_RND_BITS
1142
1142
help
1143
1143
This value can be used to select the number of bits to use to
@@ -1171,7 +1171,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
1171
1171
int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
1172
1172
range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
1173
1173
default ARCH_MMAP_RND_COMPAT_BITS_DEFAULT if ARCH_MMAP_RND_COMPAT_BITS_DEFAULT
1174
- default ARCH_MMAP_RND_COMPAT_BITS_MIN
1174
+ default ARCH_MMAP_RND_COMPAT_BITS_MAX
1175
1175
depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
1176
1176
help
1177
1177
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