MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / __stack_chk_fail

Function __stack_chk_fail

Kernel/src/arch/x86_64/ssp.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8extern "C"
9__attribute__((noreturn))
10void __stack_chk_fail(){
11 const char* reasons[2] = {"Kernel Stack Overrun", ""};
12 KernelPanic(reasons,1);
13}

Callers

nothing calls this directly

Calls 1

KernelPanicFunction · 0.85

Tested by

no test coverage detected