nix icon indicating copy to clipboard operation
nix copied to clipboard

RecvMsg.cmsg() should check MSG_CTRUNC

Open agrover opened this issue 9 months ago • 0 comments

If the cmsg buffer is too small, MSG_CTRUNC will be set in the header flags. This should be checked before returning CmsgIterator, or else the iterator might return invalid data.

agrover avatar May 10 '24 00:05 agrover