Module Name: src Committed By: maxv Date: Mon Apr 9 16:14:11 UTC 2018
Modified Files: src/sys/net: if_ethersubr.c Log Message: Replace KASSERTMSG by a real check. L2 encapsulation protocols (at least L2TP) don't ensure the LLC is there, and in !DIAGNOSTIC configurations m_copydata will crash. Tested with L2TP. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/sys/net/if_ethersubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.