Module Name: src Committed By: riastradh Date: Thu Aug 27 03:05:34 UTC 2020
Modified Files:
src/sys/net: if_wg.c
Log Message:
wg: Make sure all paths into wg_handle_msg_data guarantee enough m_len.
Earlier commit moved the m_pullup into wg_validate_msg_header, but
wg_overudp_cb doesn't go through that.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/net/if_wg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
