From 0788bf440fb7886002f105b2474e60065d44426b Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 27 Jan 2021 17:02:15 +0100 Subject: [PATCH] reword title --- crates/libp2p-deflate/RUSTSEC-0000-0000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libp2p-deflate/RUSTSEC-0000-0000.md b/crates/libp2p-deflate/RUSTSEC-0000-0000.md index 325126e..3813f58 100644 --- a/crates/libp2p-deflate/RUSTSEC-0000-0000.md +++ b/crates/libp2p-deflate/RUSTSEC-0000-0000.md @@ -10,7 +10,7 @@ categories = ["memory-exposure"] patched = [">= 0.27.1"] ``` -# Undefined data exposed in DeflateOutput's AsyncRead implementation +# Contents of uninitialized memory exposed in DeflateOutput's AsyncRead implementation Affected versions of this crate passes an uninitialized buffer to a user-provided trait function `AsyncRead::poll_read()`.