CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/01/23 18:20:44
Modified files: sbin/mount_vnd : mount_vnd.c Log message: Immediately zero the stack-allocated buffers for the passphrase and salt rather than doing so conditionally later on. These were false positives during an explicit_bzero audit. ok gsoares@