diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-02-07 00:55:37 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-02-07 23:43:42 -0500 |
commit | 586c31f3bf04c290dc0a0de7fc91d20aa9a5ee53 (patch) | |
tree | 84d768747eb049ea3aab6fe7dcb26c0657a5a5d3 /drivers | |
parent | 6cddded4af7ca3a4567a301dbc43357e65a893b6 (diff) | |
download | linux-3.10-586c31f3bf04c290dc0a0de7fc91d20aa9a5ee53.tar.gz linux-3.10-586c31f3bf04c290dc0a0de7fc91d20aa9a5ee53.tar.bz2 linux-3.10-586c31f3bf04c290dc0a0de7fc91d20aa9a5ee53.zip |
net: sctp: sctp_auth_key_put: use kzfree instead of kfree
For sensitive data like keying material, it is common practice to zero
out keys before returning the memory back to the allocator. Thus, use
kzfree instead of kfree.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions