Merge pull request #510 from RustSec/assign-ids

Assigned RUSTSEC-2020-0081 to mio
This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-12-03 00:54:31 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2020-0081"
package = "mio"
date = "2020-11-02"
url = "https://github.com/tokio-rs/mio/issues/1386"
@@ -20,4 +20,4 @@ and `std::net::SocketAddrV6` have the same memory layout as the system C represe
system representation. The standard library does not say anything about the memory
layout, and this will cause invalid memory access if the standard library
changes the implementation. No warnings or errors will be emitted once the
change happens.
change happens.