sparc64: make string buffers large enough
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 25 Nov 2016 11:03:55 +0000 (14:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jun 2017 04:39:39 +0000 (06:39 +0200)
commit39e84dcd7876bdc81f555bae2be6209274700782
treed3a8507cd65cf1d8a6b6664c4489b2e24e44bff9
parentd80aa84235ff7b2b13cd204e23a5823770512690
sparc64: make string buffers large enough

commit b5c3206190f1fddd100b3060eb15f0d775ffeab8 upstream.

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>
Cc: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/kernel/traps_64.c