Commits

Dan Carpenter committed 9307fb9f34e
sparc64: make string buffers large enough [ Upstream commit b5c3206190f1fddd100b3060eb15f0d775ffeab8 ] My static checker complains that if "lvl" is ULONG_MAX (this is 64 bit) then some of the strings will overflow. I don't know if that's possible but it seems simple enough to make the buffers slightly larger. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>