Skip to content

Commit

Permalink
Merge pull request rustsec#373 from Qwaz/0011-obstack
Browse files Browse the repository at this point in the history
obstack: Obstack generates unaligned references
  • Loading branch information
Shnatsel committed Sep 4, 2020
2 parents f5e8a8e + 87aae01 commit ec4382d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crates/obstack/RUSTSEC-0000-0000.toml
@@ -0,0 +1,13 @@
[advisory]
id = "RUSTSEC-0000-0000"
package = "obstack"
date = "2020-09-03"
informational = "unsound"
title = "Obstack generates unaligned references"
url = "https://github.com/petertodd/rust-obstack/issues/4"
description = """
Obstack generates unaligned references for types that require a large alignment.
"""

[versions]
patched = [">= 0.1.4"]

0 comments on commit ec4382d

Please sign in to comment.