Fix RUSTSEC-2021-0048 which doesn't declare an operand (#945)

This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-07-02 01:39:03 +02:00
committed by GitHub
parent 84e3fb3121
commit d5a60f2737

View File

@@ -8,7 +8,7 @@ url = "https://github.com/Alexhuszagh/rust-stackvector/issues/2"
categories = ["memory-corruption"]
[versions]
patched = ["1.0.9"]
patched = [">= 1.0.9"]
```
# StackVec::extend can write out of bounds when size_hint is incorrect