mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-04 02:25:24 +01:00
Heapless soundness fix since 0.6.1 (#791)
This commit is contained in:
@@ -12,7 +12,7 @@ informational = "unsound"
|
||||
"heapless::vec::IntoIter::clone" = ["<= 0.6"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
patched = [">= 0.6.1"]
|
||||
```
|
||||
|
||||
# Use-after-free when cloning a partially consumed `Vec` iterator
|
||||
|
||||
Reference in New Issue
Block a user