mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-28 23:36:15 +01:00
Assigned RUSTSEC-2021-0016 to ms3d
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
This file causes merge conflicts if two ID assignment jobs run concurrently.
|
||||
This prevents duplicate ID assignment due to a race between those jobs.
|
||||
03b2146bc527a64a357406ac5dec149a114e38ed1ff589fee2404636b97bc213 -
|
||||
4dc39db1aa41093a6d8d7f4e31fab287416f039f5c067b9fd6caa91c3144a281 -
|
||||
|
||||
@@ -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