Module Name: src Committed By: maxv Date: Thu Feb 8 11:49:37 UTC 2018
Modified Files:
src/sys/netinet6: udp6_usrreq.c
Log Message:
pr_send can be given a NULL lwp. It looks like the
control != NULL && lwp == NULL
condition is never supposed to happen, but add a panic for safety.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/netinet6/udp6_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
