Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ main
Function
main
toys/invalid-free/src/main.rs:42–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
fn main() {
43
assume_write_fp();
44
assume_ptr_write_fp();
45
assume();
46
uninit();
47
}
Callers
nothing calls this directly
Calls
4
assume_write_fp
Function · 0.85
assume_ptr_write_fp
Function · 0.85
assume
Function · 0.85
uninit
Function · 0.85
Tested by
no test coverage detected