Login
libk
__stack_chk_fail.fn.c at [b590aba21d]
Home
Timeline
Files
Branches
Tags
Tickets
Wiki
Help
Annotate
Artifact
Blame
Check-ins Using
Download
Hex
Line Numbers
File
kcore
/
__stack_chk_fail.fn.c
artifact
7f5547f66a
part of check-in
b590aba21d
#include <k/core.h> void __stack_chk_fail(void) { kstop(-1); }