]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Lasat: A couple off by one bugs in picvue_proc.c
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 8 Nov 2013 09:44:31 +0000 (12:44 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 15 Nov 2013 23:25:50 +0000 (00:25 +0100)
commit81bd59914820ed06427ab4a3f15f2cf1b89ba75c
tree1a4bb42b17f85170c685c21339507237f13d357a
parent5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52
MIPS: Lasat: A couple off by one bugs in picvue_proc.c

These should be ">=" instead of ">" or we go past the end of the
pvc_lines[] array.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: linux-mips@linux-mips.org
Cc: kernel-janitors@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/6124/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lasat/picvue_proc.c