Investigate if RMC can detect memory corruption errors found in the Rust standard library #411
Closed
1 of 2 tasks
Labels
[C] Internal
Tracks some internal work. I.e.: Users should not be affected.
RMC aims to be a bit-precise model checker for Rust. It would be useful to check if it can detect bugs previously found by the community in the Rust Standard Library. A possible way to go about this would be to pick up a version of the library before and after then change and test the vulnerable example.
This issue aims to track this exercise. Some initial CVEs which might be interesting to look at are :
std::collections::vec_deque::VecDeque::reserve()
CVE-2018-1000657Repository with Rust CVEs: Link
The text was updated successfully, but these errors were encountered: