File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ config ARCH_MMAP_RND_BITS
1089
1089
int "Number of bits to use for ASLR of mmap base address" if EXPERT
1090
1090
range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
1091
1091
default ARCH_MMAP_RND_BITS_DEFAULT if ARCH_MMAP_RND_BITS_DEFAULT
1092
- default ARCH_MMAP_RND_BITS_MIN
1092
+ default ARCH_MMAP_RND_BITS_MAX
1093
1093
depends on HAVE_ARCH_MMAP_RND_BITS
1094
1094
help
1095
1095
This value can be used to select the number of bits to use to
@@ -1123,7 +1123,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
1123
1123
int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
1124
1124
range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
1125
1125
default ARCH_MMAP_RND_COMPAT_BITS_DEFAULT if ARCH_MMAP_RND_COMPAT_BITS_DEFAULT
1126
- default ARCH_MMAP_RND_COMPAT_BITS_MIN
1126
+ default ARCH_MMAP_RND_COMPAT_BITS_MAX
1127
1127
depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
1128
1128
help
1129
1129
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