mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 09:10:25 +01:00
Merge pull request #374 from Qwaz/0012-ordnung
ordnung: Memory safety issues in `compact::Vec`
This commit is contained in:
15
crates/ordnung/RUSTSEC-0000-0000.toml
Normal file
15
crates/ordnung/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "ordnung"
|
||||
date = "2020-09-03"
|
||||
title = "Memory safety issues in `compact::Vec`"
|
||||
url = "https://github.com/maciejhirsz/ordnung/issues/8"
|
||||
description = """
|
||||
`compact::Vec` contains multiple memory safety issues.
|
||||
|
||||
1. It mishandles large capacity and causes out-of-bound access in 32-bit / allocator layout mismatch in 64-bit.
|
||||
2. `remove()` is not panic-safe and causes double-free when an index larger than the length is provided.
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user