From af8dc79e89f8da9148ea38adf14f17fd6e246314 Mon Sep 17 00:00:00 2001 From: Shnatsel Date: Wed, 2 Dec 2020 23:54:17 +0000 Subject: [PATCH] Assigned RUSTSEC-2020-0081 to mio --- crates/mio/{RUSTSEC-0000-0000.md => RUSTSEC-2020-0081.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename crates/mio/{RUSTSEC-0000-0000.md => RUSTSEC-2020-0081.md} (95%) diff --git a/crates/mio/RUSTSEC-0000-0000.md b/crates/mio/RUSTSEC-2020-0081.md similarity index 95% rename from crates/mio/RUSTSEC-0000-0000.md rename to crates/mio/RUSTSEC-2020-0081.md index 4e87317..89eb3db 100644 --- a/crates/mio/RUSTSEC-0000-0000.md +++ b/crates/mio/RUSTSEC-2020-0081.md @@ -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. \ No newline at end of file +change happens.