Page MenuHomeFreeBSD

Fix handling of ancillary data on non-AF_UNIX Linux sockets.
ClosedPublic

Authored by markj on Aug 17 2020, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 1 2024, 2:46 AM
Unknown Object (File)
Sep 30 2024, 1:27 PM
Unknown Object (File)
Sep 21 2024, 2:49 AM
Unknown Object (File)
Sep 18 2024, 2:30 AM
Unknown Object (File)
Sep 4 2024, 6:12 AM
Unknown Object (File)
Sep 1 2024, 8:24 AM
Unknown Object (File)
Aug 31 2024, 7:53 PM
Unknown Object (File)
Aug 18 2024, 4:03 PM
Subscribers

Details

Summary

After r340674, the "continue" would restart the loop without having
updated clen, resulting in an infinite loop. Restore the old behaviour
of simply ignoring all control messages on such sockets, since we
currently only implement handling for AF_UNIX-specific messages.

Reported by: syzkaller

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable