Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: maxv
Date: Sun Mar 31 19:54:36 UTC 2019
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
Also check for MT_CONTROL, and end the receive operation if we see one. It
is possible to get an MT_CONTROL if we sleep in MSG_WAITALL. The other BSDs
do the same.
Reported-by: syzbot+e8aa26ad551c649227b4%syzkaller.appspotmail.com@localhost
To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 src/sys/kern/uipc_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index