]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SOF: debug: Fix a potential issue on string buffer termination
authorHui Wang <hui.wang@canonical.com>
Mon, 8 Feb 2021 10:38:57 +0000 (18:38 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 8 Feb 2021 11:39:06 +0000 (11:39 +0000)
commit9037c3bde65d339017ef41d81cb58069ffc321d4
tree07cd2248d879fb147f38a90645f75241362b21f8
parent45a2702ce10993eda7a5b12690294782d565519c
ASoC: SOF: debug: Fix a potential issue on string buffer termination

The function simple_write_to_buffer() doesn't add string termination
at the end of buf, we need to handle it on our own. This change refers
to the function tokenize_input() in debug.c and the function
sof_dfsentry_trace_filter_write() in trace.c.

Fixes: 091c12e1f50c ("ASoC: SOF: debug: add new debugfs entries for IPC flood test")
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Link: https://lore.kernel.org/r/20210208103857.75705-1-hui.wang@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/debug.c