Merge pull request #35 from mbrubeck/smallvec

More patched versions released for smallvec
This commit is contained in:
Tony Arcieri
2018-07-20 10:38:02 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ emailing about the issue!
id = "RUSTSEC-2018-0003"
package = "smallvec"
unaffected_versions = ["< 0.3.2"]
patched_versions = [">= 0.6.3"]
patched_versions = [">= 0.6.3", "^0.3.4", "^0.4.5", "^0.5.1"]
dwf = []
url = "https://github.com/servo/rust-smallvec/issues/96"
title = "Possible double free during unwinding in SmallVec::insert_many"

View File

@@ -1,7 +1,7 @@
[advisory]
package = "smallvec"
unaffected_versions = ["< 0.3.2"]
patched_versions = [">= 0.6.3"]
patched_versions = [">= 0.6.3", "^0.3.4", "^0.4.5", "^0.5.1"]
dwf = []
url = "https://github.com/servo/rust-smallvec/issues/96"
title = "Possible double free during unwinding in SmallVec::insert_many"