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 @@ -1025,7 +1025,7 @@ config ARCH_MMAP_RND_BITS
10251025 int "Number of bits to use for ASLR of mmap base address" if EXPERT
10261026 range ARCH_MMAP_RND_BITS_MIN ARCH_MMAP_RND_BITS_MAX
10271027 default ARCH_MMAP_RND_BITS_DEFAULT if ARCH_MMAP_RND_BITS_DEFAULT
1028- default ARCH_MMAP_RND_BITS_MIN
1028+ default ARCH_MMAP_RND_BITS_MAX
10291029 depends on HAVE_ARCH_MMAP_RND_BITS
10301030 help
10311031 This value can be used to select the number of bits to use to
@@ -1059,7 +1059,7 @@ config ARCH_MMAP_RND_COMPAT_BITS
10591059 int "Number of bits to use for ASLR of mmap base address for compatible applications" if EXPERT
10601060 range ARCH_MMAP_RND_COMPAT_BITS_MIN ARCH_MMAP_RND_COMPAT_BITS_MAX
10611061 default ARCH_MMAP_RND_COMPAT_BITS_DEFAULT if ARCH_MMAP_RND_COMPAT_BITS_DEFAULT
1062- default ARCH_MMAP_RND_COMPAT_BITS_MIN
1062+ default ARCH_MMAP_RND_COMPAT_BITS_MAX
10631063 depends on HAVE_ARCH_MMAP_RND_COMPAT_BITS
10641064 help
10651065 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