]> andersk Git - openssh.git/blobdiff - mpaux.c
- Merged yet more changes from OpenBSD CVS
[openssh.git] / mpaux.c
diff --git a/mpaux.c b/mpaux.c
index c17df9e7d26a2f17a65226528ab5abd580623bb6..bdc2016a236b3b218e5c90604eba4ee9a766374b 100644 (file)
--- a/mpaux.c
+++ b/mpaux.c
@@ -50,5 +50,6 @@ compute_session_id(unsigned char session_id[16],
   MD5_Init(&md);
   MD5_Update(&md, buf, bytes);
   MD5_Final(session_id, &md);
+  memset(buf, 0, bytes);
   xfree(buf);
 }
This page took 0.03738 seconds and 4 git commands to generate.