diff options
author | Rasmus Villemoes <[email protected]> | 2016-01-15 16:58:47 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-01-16 11:17:27 -0800 |
commit | 8e2a2bfdb86ecb2421e3dd18d0fbbb42f2d943ad (patch) | |
tree | 5b5ed17a7234ad1bba7be081f533700de1a5736d /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace | |
parent | 4d72ba014b4b0913f448ccaaaa2e8b39c54e3738 (diff) |
lib/kasprintf.c: add sanity check to kvasprintf
kasprintf relies on being able to replay the formatting and getting the
same result (in particular, the same length). This will almost always
work, but it is possible that the object pointed to by a %s or %p
argument changed under us (so we might get truncated output). Add a
somewhat paranoid sanity check and let's see if it ever triggers.
Signed-off-by: Rasmus Villemoes <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Maurizio Lombardi <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions