An issue was discovered in the smallvec crate before 0.6.10 for Rust. There is a double free for certain grow attempts with the current capacity.
The product calls free() twice on the same memory address.
Link | Tags |
---|---|
https://rustsec.org/advisories/RUSTSEC-2019-0009.html | third party advisory |
https://github.com/servo/rust-smallvec/issues/148 | third party advisory patch |