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

Class Obj

toys/invalid-free/src/main.rs:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19fn assume_ptr_write_fp() {
20 #[derive(Debug)]
21 struct Obj {
22 a: Vec<i32>,
23 b: bool,
24 }
25
26 let mut uninit = std::mem::MaybeUninit::<Obj>::uninit();
27 unsafe {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected