nebgnahz / cv-rs

Rust wrapper for OpenCV (manual at this point)
https://nebgnahz.github.io/cv-rs/cv/
MIT License
204 stars 41 forks source link

CVec and CVecView use after free #132

Open Pzixel opened 5 years ago

Pzixel commented 5 years ago

They shouldn't implement Clone trait since they work with raw pointers.