Files
advisory-db/crates/linked-hash-map/RUSTSEC-2020-0026.toml
github-actions[bot] 9ad6be8534 Assign RUSTSEC IDs (#340)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-24 11:47:27 -04:00

19 lines
485 B
TOML

[advisory]
id = "RUSTSEC-2020-0026"
package = "linked-hash-map"
date = "2020-06-23"
informational = "unsound"
title = "linked-hash-map creates uninitialized NonNull pointer"
url = "https://github.com/contain-rs/linked-hash-map/pull/100"
description = """
Affected versions of this crate called `mem::uninitialized()` to create a `NonNull<T>`,
which is undefined behavior.
The flaw was corrected by avoiding the use of `mem::uninitialized()`.
"""
[versions]
patched = [">= 0.5.3"]