Login
libk
__stack_chk_fail.fn.c
Home
Timeline
Files
Branches
Tags
Tickets
Wiki
Help
Annotate
Artifact
Blame
Check-ins Using
Download
Hex
Line Numbers
File
mod/kcore/__stack_chk_fail.fn.c
from the
latest check-in
#include <k/core.h> void __stack_chk_fail(void) { kstop(-1); }