[openssh-commits] [openssh] 02/06: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 13 19:27:45 EST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 905fe30fca82f38213763616d0d26eb6790bde33
Author: markus at openbsd.org <markus at openbsd.org>
Date: Mon Jan 12 14:05:19 2015 +0000
upstream commit
free->sshkey_free; ok djm@
---
krl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/krl.c b/krl.c
index 711d370..5fa7463 100644
--- a/krl.c
+++ b/krl.c
@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $OpenBSD: krl.c,v 1.22 2015/01/08 10:14:08 djm Exp $ */
+/* $OpenBSD: krl.c,v 1.23 2015/01/12 14:05:19 markus Exp $ */
#include "includes.h"
@@ -369,7 +369,7 @@ plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen)
}
}
r = sshkey_to_blob(kcopy, blob, blen);
- free(kcopy);
+ sshkey_free(kcopy);
return r;
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list