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 Jun 28 02:02:56 UTC 2016

Modified Files:
        src/sys/net: if_pppoe.c
        src/sys/netinet: if_arp.c igmp.c ip_input.c
        src/sys/netinet6: icmp6.c in6_gif.c ip6_forward.c

Log Message:
Add missing NULL checks for m_get_rcvif_psref


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/net/if_pppoe.c
cvs rdiff -u -r1.212 -r1.213 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.59 -r1.60 src/sys/netinet/igmp.c
cvs rdiff -u -r1.329 -r1.330 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.189 -r1.190 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.74 -r1.75 src/sys/netinet6/in6_gif.c
cvs rdiff -u -r1.79 -r1.80 src/sys/netinet6/ip6_forward.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