aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-05-27 23:55:10 +0100
committerMimi Zohar <[email protected]>2018-05-31 10:13:23 -0400
commit72acd64df4561593d2ec3227b4aca9b0d7ded50e (patch)
tree9cca5d1af5523d06fade9771e80e6aac6e8c2487 /tools/perf/scripts/python/export-to-postgresql.py
parent825b8650dc3dd064969ce343e918d0eb6bf907fb (diff)
EVM: Fix null dereference on xattr when xattr fails to allocate
In the case where the allocation of xattr fails and xattr is NULL, the error exit return path via label 'out' will dereference xattr when kfree'ing xattr-name. Fix this by only kfree'ing xattr->name and xattr when xattr is non-null. Detected by CoverityScan, CID#1469366 ("Dereference after null check") Fixes: fa516b66a1bf ("EVM: Allow runtime modification of the set of verified xattrs") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Mimi Zohar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions