mirror of https://github.com/thesofproject/sof.git
7f2767ca5e
'p + 2' should be smaller than end pointer, bigger value may leads
to undefined memory region read.
Memmove should include last '\0' char.
Without this fix output looks like:
task add 0xbe070600 pipe-task 0x1fffa0f0U
After changes:
task add 0xbe070600 pipe-task <f11818eb-e92e-4082-82a3-dc54c604ebb3>
Fixes:
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
convert.c | ||
convert.h | ||
filter.c | ||
filter.h | ||
logger.c | ||
misc.c | ||
misc.h |