[PATCH] Array overrun in drivers/infiniband/core/cma.c
authorEric Sesterhenn <snakebyte@gmx.de>
Wed, 21 Jun 2006 18:56:26 +0000 (20:56 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 18:57:28 +0000 (11:57 -0700)
This was spotted by coverity #id 1300.  Since the array has only four
elements, we should just use those four.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found