diff options
author | 2018-05-27 23:15:02 +0100 | |
---|---|---|
committer | 2018-05-31 10:13:22 -0400 | |
commit | 825b8650dc3dd064969ce343e918d0eb6bf907fb (patch) | |
tree | 907d0015b78742a85a0ee226bd45505830faf2b5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | IMA: use list_splice_tail_init_rcu() instead of its open coded variant (diff) | |
download | wireguard-linux-825b8650dc3dd064969ce343e918d0eb6bf907fb.tar.xz wireguard-linux-825b8650dc3dd064969ce343e918d0eb6bf907fb.zip |
EVM: fix memory leak of temporary buffer 'temp'
The allocation of 'temp' is not kfree'd and hence there is a memory
leak on each call of evm_read_xattrs. Fix this by kfree'ing it
after copying data from it back to the user space buffer 'buf'.
Detected by CoverityScan, CID#1469386 ("Resource Leak")
Fixes: fa516b66a1bf ("EVM: Allow runtime modification of the set of verified xattrs")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions