Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9481c3eb authored by Olav Haugan's avatar Olav Haugan
Browse files

defconfig: sdm845: Enable stack protector strong



Change build from using configuration option stack protector regular
to stack protector strong. With stack protector strong more functions
will be protected from stack overflow.

Change-Id: I7358570557f7543a5b6ebc51736ccc2f860e260a
Signed-off-by: default avatarOlav Haugan <ohaugan@codeaurora.org>
parent 11f73a0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ CONFIG_EMBEDDED=y
# CONFIG_SLUB_DEBUG is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y
CONFIG_CC_STACKPROTECTOR_REGULAR=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=16
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_EMBEDDED=y
# CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y
CONFIG_CC_STACKPROTECTOR_REGULAR=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=16
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y