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 @@ -1050,7 +1050,7 @@ config ARCH_MMAP_RND_BITS
1050
1050
int "Number of bits to use for ASLR of mmap base address" if EXPERT
1051
1051
range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
1052
1052
default ARCH_MMAP_RND_BITS_DEFAULT if ARCH_MMAP_RND_BITS_DEFAULT
1053
- default ARCH_MMAP_RND_BITS_MIN
1053
+ default ARCH_MMAP_RND_BITS_MAX
1054
1054
depends on HAVE_ARCH_MMAP_RND_BITS
1055
1055
help
1056
1056
This value can be used to select the number of bits to use to
@@ -1084,7 +1084,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
1084
1084
int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
1085
1085
range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
1086
1086
default ARCH_MMAP_RND_COMPAT_BITS_DEFAULT if ARCH_MMAP_RND_COMPAT_BITS_DEFAULT
1087
- default ARCH_MMAP_RND_COMPAT_BITS_MIN
1087
+ default ARCH_MMAP_RND_COMPAT_BITS_MAX
1088
1088
depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
1089
1089
help
1090
1090
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