CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2017/09/16 02:07:15
Modified files: libexec/login_yubikey: yubikey.c Log message: Make sure to freezero() the wide-character copy of the user supplied password. While here, change the mbstowcs() error checking making it complaint with what's documented in the manual and zap some stray whitespace. ok benno@ tb@