commit | 34bca9bbe7a81c4b53cacb20e996090ddf371c51 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 20 14:32:43 2018 +0300 |
committer | Steve French <stfrench@microsoft.com> | Fri Dec 28 10:09:46 2018 -0600 |
tree | 570d5a169867601b536612a283c491569e140a12 | |
parent | 3e80be0158ac67d936e65935db5b07663822c66d [diff] |
cifs: Use kzfree() to free password We should zero out the password before we free it. Fixes: 3d6cacbb5310 ("cifs: Add DFS cache routines") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Paulo Alcantara <palcantara@suse.de>