From 0c82150105a201036b09e5d4dfdef2b2727476d4 Mon Sep 17 00:00:00 2001 From: Yechan Bae Date: Tue, 25 Aug 2020 15:50:00 -0400 Subject: [PATCH] Update 0006-alpm-rs --- crates/alpm-rs/RUSTSEC-0000-0000.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/alpm-rs/RUSTSEC-0000-0000.toml b/crates/alpm-rs/RUSTSEC-0000-0000.toml index df3b13806..229a36415 100644 --- a/crates/alpm-rs/RUSTSEC-0000-0000.toml +++ b/crates/alpm-rs/RUSTSEC-0000-0000.toml @@ -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.