https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236737

--- Comment #2 from Jason A. Harmening <j...@freebsd.org> ---
It looks like the 32-bit kernel compat shim for recvmsg() isn't correctly
padding the data size for each control message to the required 4-byte alignment
when calculating controllen for the output header.  I think the fix may be very
simple; the attached patch worked for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to