Vayn Necol

Results 2 issues of Vayn Necol

```rust #[no_mangle] pub unsafe extern "C" fn stretch_node_compute_layout( stretch: *mut c_void, node: *mut c_void, width: f32, height: f32, create_layout: fn(*const f32) -> *mut c_void, ) -> *mut c_void { let...

We detected several **double free** bugs in your crate via static analysis. Double free will appear when these **function unwind**, mainly caused by `Box::from_raw` & `mem::forget`. In Rust Mir, inserting...