am fe33fc79: Merge "fix compiler warning."
# Via Gerrit Code Review (1) and Nick Kralevich (1) * commit 'fe33fc790a16d85ce4109a4575d6fdcd88d42023': fix compiler warning.
This commit is contained in:
commit
dfa1e59b7d
@ -38,7 +38,7 @@
|
||||
#include "bionic_ssp.h"
|
||||
#include "logd.h"
|
||||
|
||||
uintptr_t __stack_chk_guard = NULL;
|
||||
uintptr_t __stack_chk_guard = 0;
|
||||
|
||||
static void __attribute__((constructor)) __init_stack_check_guard() {
|
||||
// AT_RANDOM is a pointer to 16 bytes of randomness on the stack.
|
||||
|
Loading…
x
Reference in New Issue
Block a user