commit | b6bdb34e70d970e8026daa3503db6b8e5cdad524 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Fri Oct 02 21:00:36 2020 -0400 |
committer | Tom Zanussi <zanussi@kernel.org> | Sun Oct 04 16:43:07 2020 -0500 |
tree | 0040cd92e6a77595d4332102582b2b24c69fc8fb | |
parent | 74445afb005046d76d59fb06696a2ceaa164dec9 [diff] |
tracing: Change synthetic event string format to limit printed length Change the format for printing synthetic field strings to limit the length of the string printed even if it's not correctly terminated. Description from Steve: I also added this for a bit of paranoid, and probably should be a separate patch, just to make sure if the string isn't nul terminated, this will keep it from bleeding pass the end of the string.