[openssh-commits] [openssh] 01/01: fix merge botch

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 28 12:55:09 AEDT 2022


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 64af4209309461c79c39eda2d13f9d77816c6398
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Oct 28 12:54:35 2022 +1100

    fix merge botch
---
 sshkey.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sshkey.c b/sshkey.c
index 7dfbe483..f6a54fa3 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -653,7 +653,6 @@ sshkey_free_contents(struct sshkey *k)
 		cert_free(k->cert);
 	freezero(k->shielded_private, k->shielded_len);
 	freezero(k->shield_prekey, k->shield_prekey_len);
-	freezero(k, sizeof(*k));
 }
 
 void

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list