Login
libk
__stack_chk_fail.fn.c at [a8d93823f1]
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
a8d93823f1
#include <k/core.h> void __stack_chk_fail(void) { kstop(-1); }