CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/02 08:25:09
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
Long passwords could not be replaced completely with shorter
passwords. ioctl(SIOCGVH) fills the carpr_key with the old value.
strlcpy() overwrites only the beginning of the key. Add a bzero()
to clear the rest.
Testing Jan Klemkow; OK florian@ mpf@
