GHSA-c79c-gwph-gqfm
MODERATECVE-2020-35919The net2 crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the 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 implementati
- Affected
- < 0.2.36
- Fixed in
- 0.2.36
- Published
- 2022-05-24
- Source
- github