Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANDROID: gki_defconfig: enable heap and stack initialization.
This patch enables CONFIG_INIT_STACK_ALL=y and CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y, effectively turning on stack and heap initialization in GKI kernels. Doing so will help us mitigate information leaks and make code that depends on uninitialized memory execute deterministically. We'll also get coverage for the initialization features on the existing kernel tests. Bug: 144999193 Change-Id: I40ad526b2e595c84b122b0308d967a3874564252 Signed-off-by: Alexander Potapenko <glider@google.com>
- Loading branch information