CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2022/05/26 22:29:40
Modified files: usr.bin/ssh : auth2-passwd.c Log message: f sshpkt functions fail, then password is not cleared with freezero. Unconditionally call freezero to guarantee that password is removed from RAM. >From tobias@ and c3h2_ctf via github PR#286, ok djm@