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

Commit 19dd742f authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

defconfig: Enable full reference count validation



Enable full reference count validation to avoid use-after-free
cases that may appear because of reference count overflows.

Change-Id: I48fd937efaba9754a1bdd48ca27ffac45eaad852
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent 5e5be2cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_PROFILING=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_REFCOUNT_FULL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_PROFILING=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_REFCOUNT_FULL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y