Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ozaki-r
Date: Tue Feb 7 02:38:08 UTC 2017
Modified Files:
src/sys/netinet: if_arp.c ip_flow.c ip_icmp.c ip_input.c tcp_input.c
src/sys/netinet6: icmp6.c mld6.c
Log Message:
Add missing NULL checks for m_get_rcvif
To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.79 -r1.80 src/sys/netinet/ip_flow.c
cvs rdiff -u -r1.156 -r1.157 src/sys/netinet/ip_icmp.c
cvs rdiff -u -r1.348 -r1.349 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.353 -r1.354 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.207 -r1.208 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.80 -r1.81 src/sys/netinet6/mld6.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