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:   maxv
Date:           Fri Jan 26 14:47:41 UTC 2018

Modified Files:
        src/sys/net: if_etherip.c
        src/sys/netinet: ip_etherip.c
        src/sys/netinet6: ip6_etherip.c

Log Message:
A few fixes:

 * Style.

 * Don't add M_PKTHDR manually, that's absolutely forbidden. Add a
   KASSERT to make sure it's already there.

 * Add a missing NULL check after m_pullup.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/net/if_etherip.c
cvs rdiff -u -r1.20 -r1.21 src/sys/netinet/ip_etherip.c
cvs rdiff -u -r1.21 -r1.22 src/sys/netinet6/ip6_etherip.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