mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 16:24:05 +01:00
Merge pull request #156 from RustSec/RUSTSEC-2019-0020
Assign RUSTSEC-2019-0020 to generator
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
|
||||
id = "RUSTSEC-2019-0020"
|
||||
package = "generator"
|
||||
|
||||
date = "2019-09-06"
|
||||
|
||||
title = "fix unsound APIs that could lead to UB"
|
||||
|
||||
description = """
|
||||
Affected versions of this crate API could use uninitialized memory with some APIs in special
|
||||
cases, like use the API in none generator context. This could lead to UB.
|
||||
@@ -16,9 +12,6 @@ The flaw was corrected by <https://github.com/Xudong-Huang/generator-rs/issues/9
|
||||
<https://github.com/Xudong-Huang/generator-rs/issues/14>
|
||||
This patch fixes all those issues above.
|
||||
"""
|
||||
|
||||
patched_versions = [">= 0.6.18"]
|
||||
|
||||
url = "https://github.com/Xudong-Huang/generator-rs/issues/9"
|
||||
|
||||
keywords = ["memory-corruption"]
|
||||
Reference in New Issue
Block a user