OSDN Git Service

octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 19 Feb 2021 09:56:32 +0000 (12:56 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Feb 2021 21:29:25 +0000 (13:29 -0800)
commit3a2eb515d1367c0f667b76089a6e727279c688b8
tree408c10207fd18e48f775f445d47c560d00fc10e9
parentd310ec03a34e92a77302edb804f7d68ee4f01ba0
octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()

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@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c