mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 15:56:07 +01:00
add memoffset issue
This commit is contained in:
14
crates/memoffset/RUSTSEC-0000-0000.toml
Normal file
14
crates/memoffset/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "memoffset"
|
||||
date = "2019-07-16"
|
||||
title = "Flaw in offset_of and span_of causes SIGILL, potential memory unsafety"
|
||||
description = """
|
||||
Affected versions of this crate caused traps and/or memory unsafety by zero-initializing references.
|
||||
|
||||
The flaw was corrected by using `MaybeUninit`.
|
||||
"""
|
||||
|
||||
patched_versions = [">= 0.5.0"]
|
||||
unaffected_versions = ["< 0.3.0"]
|
||||
url = "https://github.com/Gilnaa/memoffset/issues/9#issuecomment-505461490"
|
||||
Reference in New Issue
Block a user