Module Name: src
Committed By: martin
Date: Tue Dec 17 20:26:46 UTC 2013
Modified Files:
src/usr.sbin/ndp: ndp.c
Log Message:
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/ndp/ndp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.