freebsd-dev/sbin/route
Archie Cobbs eed2b804bf When incrementing through a SIOCGIFCONF list, enforce a lower limit of
sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len.
Otherwise the increment will be wrong in certain cases.

Obtained from:  Whistle source tree
For the record: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> suggests
                SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
1999-06-05 05:55:07 +00:00
..
keywords Submitted by: Archie@whistle.com 1996-08-13 22:20:20 +00:00
Makefile Remove useless `BINOWN=root' now that it is the default. 1998-09-19 22:42:06 +00:00
route.8 Mention the special destination "default" for default routes. Fix a 1999-05-04 18:41:32 +00:00
route.c When incrementing through a SIOCGIFCONF list, enforce a lower limit of 1999-06-05 05:55:07 +00:00