diff options
author | Michael Ellerman <[email protected]> | 2018-10-19 15:21:09 +1100 |
---|---|---|
committer | Steven Rostedt (VMware) <[email protected]> | 2018-12-22 08:21:03 -0500 |
commit | 29924e5030969c55dbe68074215be5a1f14f1ff1 (patch) | |
tree | 8c30ef84c9ce2bcd0fb62e9e12bde05207eb489c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0464ed24380905d640030d368cd84a4e4d1e15e2 (diff) |
seq_buf: Use size_t for len in seq_buf_puts()
Jann Horn points out that we're using unsigned int for len in
seq_buf_puts(), which could potentially overflow if we're passed a
UINT_MAX sized string.
The rest of the code already uses size_t, so we should also use that
in seq_buf_puts() to avoid any issues.
Link: http://lkml.kernel.org/r/[email protected]
Suggested-by: Jann Horn <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions