=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/mpaux.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/Attic/mpaux.c 1999/10/27 16:37:45 1.4 +++ src/usr.bin/ssh/Attic/mpaux.c 1999/11/11 23:46:09 1.5 @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$Id: mpaux.c,v 1.4 1999/10/27 16:37:45 deraadt Exp $"); +RCSID("$Id: mpaux.c,v 1.5 1999/11/11 23:46:09 markus Exp $"); #include #include "getput.h" @@ -42,5 +42,6 @@ MD5_Init(&md); MD5_Update(&md, buf, bytes); MD5_Final(session_id, &md); + memset(buf, 0, bytes); xfree(buf); }