Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ main
Function
main
user/src/bin/stack_overflow.rs:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
#[no_mangle]
16
pub fn main() -> i32 {
17
println!(
"It should trigger segmentation fault!"
);
18
f(0);
19
0
20
}
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected