Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
extern
"C"
9
__attribute__((noreturn))
10
void __stack_chk_fail(){
11
const char* reasons[2] = {
"Kernel Stack Overrun"
,
""
};
12
KernelPanic(reasons,1);
13
}
Callers
nothing calls this directly
Calls
1
KernelPanic
Function · 0.85
Tested by
no test coverage detected