Home
last modified time | relevance | path

Searched refs:STACK_CHK_MSG (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/ssp/
Dstack_protector.c45 #define STACK_CHK_MSG "*** stack smashing detected ***: terminated" macro
53 puts(STACK_CHK_MSG); in __stack_chk_fail_weak()
55 static const char msg[] = STACK_CHK_MSG "\n"; in __stack_chk_fail_weak()