ash: RUSTSEC-2021-0090 has been patched in 0.33.1 (#1004)

https://github.com/MaikKlein/ash/issues/354 was fixed in https://github.com/MaikKlein/ash/pull/470.
This commit is contained in:
Marijn Suijten
2021-08-23 14:04:28 +02:00
committed by GitHub
parent 45f9665f13
commit d711272311

View File

@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
informational = "unsound"
[versions]
patched = []
patched = [">= 0.33.1"]
```
# Reading on uninitialized memory may cause UB ( `util::read_spv()` )