Throw away passwd after use.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@705 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-01 03:44:44 +00:00
parent 7e99f10030
commit 68755f36f2

View File

@@ -209,6 +209,7 @@ cmd
| PASS SP password CRLF
{
pass($3);
memset ($3, 0, strlen($3));
free($3);
}
| PORT SP host_port CRLF