diff options
author | 2020-02-19 21:44:42 +0800 | |
---|---|---|
committer | 2020-03-29 23:20:07 +0200 | |
commit | ba758cfce00a5977ccf019926f8379a96f5ac5f6 (patch) | |
tree | 9b353510e0df037045b6b48d62e7b16bcb5fe5ad /tools/perf/scripts/python/export-to-postgresql.py | |
parent | um: Don't use console_drivers directly (diff) | |
download | wireguard-linux-ba758cfce00a5977ccf019926f8379a96f5ac5f6.tar.xz wireguard-linux-ba758cfce00a5977ccf019926f8379a96f5ac5f6.zip |
um: Fix len of file in create_pid_file
sizeof gives us the size of the pointer variable, not of the
area it points to. So the number of bytes copied by umid_file_name()
is 8.
We should pass in the correct length of the file buffer.
Signed-off-by: Wen Yang <wenyang@linux.alibaba.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions