MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / assume

Function assume

toys/invalid-free/src/main.rs:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35fn assume() {
36 let uninit = std::mem::MaybeUninit::<Vec<i32>>::uninit();
37 unsafe {
38 uninit.assume_init();
39 }
40}
41
42fn main() {
43 assume_write_fp();

Callers 1

mainFunction · 0.85

Calls 1

uninitFunction · 0.85

Tested by

no test coverage detected