freebsd-dev/usr.sbin/route6d
Patrick Kelsey 2f8c6c0a58 Fix userland tools that don't check the format of routing socket
messages before accessing message fields that may not be present,
removing dead/duplicate/misleading code along the way.

Document the message format for each routing socket message in
route.h.

Fix a bug in usr.bin/netstat introduced in r287351 that resulted in
pointer computation with essentially random 16-bit offsets and
dereferencing of the results.

Reviewed by:	ae
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D10330
2017-04-16 19:17:10 +00:00
..
misc
Makefile
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
route6d.8 Minor mdoc fix. 2012-11-18 16:58:08 +00:00
route6d.c Fix userland tools that don't check the format of routing socket 2017-04-16 19:17:10 +00:00
route6d.h