Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libsystemd-network: add assert about packet length
We reject too-short packets in client_receive_message_raw(), so the packets that dhcp_packet_verify_headers() gets are of sufficient size. But let's add an assert to clarify this for the reader. Closes systemd#23223.
- Loading branch information