aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorYi Wang <[email protected]>2018-07-25 10:26:19 +0800
committerPaul Moore <[email protected]>2018-07-30 18:09:37 -0400
commitb305f7ed0f4f494ad6f3ef5667501535d5a8fa31 (patch)
tree0e367c7ec9603bc8338f9628c45b66745ddd8aa9 /tools/perf/scripts/python/export-to-sqlite.py
parent5b71388663c0920848c0ee7de946970a2692b76d (diff)
audit: fix potential null dereference 'context->module.name'
The variable 'context->module.name' may be null pointer when kmalloc return null, so it's better to check it before using to avoid null dereference. Another one more thing this patch does is using kstrdup instead of (kmalloc + strcpy), and signal a lost record via audit_log_lost. Cc: [email protected] # 4.11 Signed-off-by: Yi Wang <[email protected]> Reviewed-by: Jiang Biao <[email protected]> Reviewed-by: Richard Guy Briggs <[email protected]> Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions