diff options
author | Xiaoke Wang <[email protected]> | 2021-12-14 10:26:46 +0800 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2022-01-13 16:23:04 -0500 |
commit | 1c1857d400355e96f0fe8b32adc6fa7594d03b52 (patch) | |
tree | db24bd4b0bb84ea90d61efd3e8f94e5682967540 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8c7224245557707c613f130431cafbaaa4889615 (diff) |
tracing/probes: check the return value of kstrndup() for pbuf
kstrndup() is a memory allocation-related function, it returns NULL when
some internal memory errors happen. It is better to check the return
value of it so to catch the memory error in time.
Link: https://lkml.kernel.org/r/[email protected]
Acked-by: Masami Hiramatsu <[email protected]>
Fixes: a42e3c4de964 ("tracing/probe: Add immediate string parameter support")
Signed-off-by: Xiaoke Wang <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions