From d0bdfc95469e6a7b35433234ef6f5006d6fd2055 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sat, 26 Sep 2020 12:25:05 +0200 Subject: [PATCH] Update RUSTSEC-0000-0000.toml --- crates/array-queue/RUSTSEC-0000-0000.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/array-queue/RUSTSEC-0000-0000.toml b/crates/array-queue/RUSTSEC-0000-0000.toml index 8afe76b..cc4ead3 100644 --- a/crates/array-queue/RUSTSEC-0000-0000.toml +++ b/crates/array-queue/RUSTSEC-0000-0000.toml @@ -10,6 +10,8 @@ fails to properly index into the array in the `pop_back` function allowing the reading of previously dropped or uninitialized memory. """ keywords = ["memory-corruption", "uninitialized-memory", "use-after-free"] + +[affected] functions = { "array_queue::ArrayQueue::push_back" = [">= 0.3.0"] } [versions]