mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 07:46:22 +01:00
Merge pull request #506 from RustSec/assign-ids
Assigned RUSTSEC-2020-0079 to socket2
This commit is contained in:
@@ -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.
|
||||
change happens.
|
||||
Reference in New Issue
Block a user