mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 19:10:58 +00:00
CMSG_NXTHDR() checks for cmsg->cmsg_len *after* it increased the pointer. While this makes sense for parsing received messages, that's a pitfall for code crafting messages with this macro. Wipe out the allocated memory to fix this.