quitbug
quitbug
Hi, I've noticed two dangling pointer issue in this crate. One is here. https://github.com/olxgroup-oss/libvips-rust-bindings/blob/15c9352cec282ef3e6476dd89602e2968b716e4b/src/manual.rs#L122 The other one is here. https://github.com/olxgroup-oss/libvips-rust-bindings/blob/15c9352cec282ef3e6476dd89602e2968b716e4b/src/utils.rs#L66 Using the dangling pointers in later FFI calls leads to...
Hi, I've identified a dangling pointer issue in the code for the public version 1.16.3 of this crate (default version at https://crates.io/crates/ort/versions). The Rust compiler does warn about this issue...
Hi, I have encountered a potential issue in the `IfAddrIterator` implementation that may lead to a use after free in safe Rust. https://github.com/LeoBorai/network-interface/blob/ac7193e3287b4ad7e3c840dde1142c3b680d04a5/src/target/getifaddrs.rs#L4-L27 The following test code can trigger a...
Hi, I've found a memory issue in this crate for potential vulnerabilities. It seems that the `InterfaceAddress` object produced by the `InterfaceAddressIterator` may lead to reading from uninitialized memory. This...
**Describe the bug** Hi, I found that there seems be some memory bug when running `cargo test --verbose --package oxigraph --test store --features rocksdb -- test_load_graph_on_disk --exact`. I run valgrind...