mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-02 06:51:17 +01:00
Assigned RUSTSEC-2021-0016 to ms3d
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2021-0016"
|
||||
package = "ms3d"
|
||||
date = "2021-01-26"
|
||||
url = "https://github.com/andrewhickman/ms3d/issues/1"
|
||||
@@ -17,4 +17,4 @@ Affected versions of this crate passes an uninitialized buffer to a user-provide
|
||||
Arbitrary `Read` implementations can read from the uninitialized buffer (memory exposure) and also can return incorrect number of bytes written to the buffer.
|
||||
Reading from uninitialized memory produces undefined values that can quickly invoke undefined behavior.
|
||||
|
||||
The flaw was fixed in commit 599313b by zero-initializing the buffer (via `self.buf.resize(len, 0)`) before passing it to `Read`.
|
||||
The flaw was fixed in commit 599313b by zero-initializing the buffer (via `self.buf.resize(len, 0)`) before passing it to `Read`.
|
||||
Reference in New Issue
Block a user