Update RUSTSEC-0000-0000.toml

This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-09-26 12:25:05 +02:00
committed by GitHub
parent ee8f668400
commit d0bdfc9546

View File

@@ -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]