reword title

This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-01-27 17:02:15 +01:00
committed by GitHub
parent 868651a1c2
commit 0788bf440f

View File

@@ -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()`.