CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   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@

Reply via email to