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:
@@ -209,6 +209,7 @@ cmd
|
|||||||
| PASS SP password CRLF
|
| PASS SP password CRLF
|
||||||
{
|
{
|
||||||
pass($3);
|
pass($3);
|
||||||
|
memset ($3, 0, strlen($3));
|
||||||
free($3);
|
free($3);
|
||||||
}
|
}
|
||||||
| PORT SP host_port CRLF
|
| PORT SP host_port CRLF
|
||||||
|
Reference in New Issue
Block a user