An strlcpy() in the last commit was unconditionally overwriting 'name'
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 Mar 2004 02:18:23 +0000 (02:18 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 Mar 2004 02:18:23 +0000 (02:18 +0000)
commite81b1906259255f85420eb73aaab2a47660c4f33
tree27516c51fa2a9661e6f9663005cf0431a4f46d6d
parentc2d9fd91520ef0bfe7c00a07c8bbee0ee325a135
An strlcpy() in the last commit was unconditionally overwriting 'name'
in the sysctl sdl scan, causing all ifconfig commands to always operate
on the first interface.
sbin/ifconfig/ifconfig.c