On Fri, 19 Feb 2021 12:56:32 +0300 Dan Carpenter wrote: > This code does not allocate enough memory for the NUL terminator so it > ends up putting it one character beyond the end of the buffer. > > Fixes: 8756828a8148 ("octeontx2-af: Add NPA aura and pool contexts to debugfs") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Fix looks correct, thanks! The interface itself is another matter..