More patched versions released for smallvec

This commit is contained in:
Matt Brubeck
2018-07-20 10:31:28 -07:00
parent f5cba30107
commit 194883b71e
2 changed files with 2 additions and 2 deletions

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"