mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
14 lines
348 B
TOML
14 lines
348 B
TOML
[advisory]
|
|
id = "RUSTSEC-2020-0040"
|
|
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"]
|