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 @@ -1032,7 +1032,7 @@ config ARCH_MMAP_RND_BITS
10321032 int "Number of bits to use for ASLR of mmap base address" if EXPERT
10331033 range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
10341034 default ARCH_MMAP_RND_BITS_DEFAULT if ARCH_MMAP_RND_BITS_DEFAULT
1035- default ARCH_MMAP_RND_BITS_MIN
1035+ default ARCH_MMAP_RND_BITS_MAX
10361036 depends on HAVE_ARCH_MMAP_RND_BITS
10371037 help
10381038 This value can be used to select the number of bits to use to
@@ -1066,7 +1066,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
10661066 int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
10671067 range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
10681068 default ARCH_MMAP_RND_COMPAT_BITS_DEFAULT if ARCH_MMAP_RND_COMPAT_BITS_DEFAULT
1069- default ARCH_MMAP_RND_COMPAT_BITS_MIN
1069+ default ARCH_MMAP_RND_COMPAT_BITS_MAX
10701070 depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
10711071 help
10721072 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