Skip to content

Commit

Permalink
Update 0006-alpm-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwaz committed Aug 25, 2020
1 parent 07f7077 commit 0c82150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/alpm-rs/RUSTSEC-0000-0000.toml
Expand Up @@ -4,7 +4,7 @@ package = "alpm-rs"
date = "2020-08-20"
informational = "unsound"
title = "StrcCtx deallocates a memory region that it doesn't own"
issue_url = "https://github.com/pigeonhands/rust-arch/issues/2"
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.
Expand Down

0 comments on commit 0c82150

Please sign in to comment.