Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dhcpv4): panic when parsing address
If the domain name server address list did not contain the correct amount of bytes, then the last `chunk` was not 4 bytes long and `Ipv4Address::from_bytes` would panic.
- Loading branch information