Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   itojun
Date:           Mon Aug  9 10:55:31 UTC 1999

Modified Files:
        syssrc/sys/netinet: tcp_subr.c udp_usrreq.c
        syssrc/sys/netinet6: udp6_usrreq.c

Log Message:
return with doing nothing from xx_ctlinput(), when sa->sa_family
is not the expected one.

I see PRC_REDIRECT_HOST with sa->sa_family == AF_UNIX coming to
{tcp,udp}_ctlinput() when I use dhclient, and I feel like adding
more sanity checks, without logging - if we log it it is too noisy.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 syssrc/sys/netinet/tcp_subr.c
cvs rdiff -r1.50 -r1.51 syssrc/sys/netinet/udp_usrreq.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/udp6_usrreq.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