mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-08 04:27:11 +01:00
Merge pull request #360 from Qwaz/0006-alpm-rs
StrcCtx deallocates a memory region that it doesn't own
This commit is contained in:
14
crates/alpm-rs/RUSTSEC-0000-0000.toml
Normal file
14
crates/alpm-rs/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "alpm-rs"
|
||||
date = "2020-08-20"
|
||||
informational = "unsound"
|
||||
title = "StrcCtx deallocates a memory region that it doesn't own"
|
||||
url = "https://github.com/pigeonhands/rust-arch/issues/2"
|
||||
description = """
|
||||
`StrcCtx` deallocate a memory region that it doesn't own when `StrcCtx` is created without using `StrcCtx::new`.
|
||||
This can introduce memory safety issues such as double-free and use-after-free to client programs.
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user