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
10331033 int "Number of bits to use for ASLR of mmap base address" if EXPERT
10341034 range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
10351035 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
10371037 depends on HAVE_ARCH_MMAP_RND_BITS
10381038 help
10391039 This value can be used to select the number of bits to use to
@@ -1067,7 +1067,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
10671067 int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
10681068 range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
10691069 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
10711071 depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
10721072 help
10731073 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