From 7fb26418880c22999ee69be313d713b8b579e5ff Mon Sep 17 00:00:00 2001 From: Shnatsel Date: Wed, 2 Dec 2020 23:37:25 +0000 Subject: [PATCH] Assigned RUSTSEC-2020-0079 to socket2 --- crates/socket2/{RUSTSEC-0000-0000.md => RUSTSEC-2020-0079.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename crates/socket2/{RUSTSEC-0000-0000.md => RUSTSEC-2020-0079.md} (95%) diff --git a/crates/socket2/RUSTSEC-0000-0000.md b/crates/socket2/RUSTSEC-2020-0079.md similarity index 95% rename from crates/socket2/RUSTSEC-0000-0000.md rename to crates/socket2/RUSTSEC-2020-0079.md index 03a41ab..0ef6abf 100644 --- a/crates/socket2/RUSTSEC-0000-0000.md +++ b/crates/socket2/RUSTSEC-2020-0079.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0079" package = "socket2" date = "2020-11-06" url = "https://github.com/rust-lang/socket2-rs/issues/119" @@ -19,4 +19,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.