Skip to content

Commit

Permalink
Merge pull request rustsec#510 from RustSec/assign-ids
Browse files Browse the repository at this point in the history
Assigned RUSTSEC-2020-0081 to mio
  • Loading branch information
Shnatsel committed Dec 2, 2020
2 parents d984be9 + af8dc79 commit 3ea0b30
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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"
Expand All @@ -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.

0 comments on commit 3ea0b30

Please sign in to comment.