]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ntb: off by one sanity checks
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 Jan 2013 07:19:14 +0000 (10:19 +0300)
committerJon Mason <jon.mason@intel.com>
Wed, 15 May 2013 17:57:24 +0000 (10:57 -0700)
commitad3e2751e7c546ae678be1f8d86e898506b42cef
tree1a8f9da0ae59e8b24abe48b33a3221198ee7f4b4
parent186f27ff9f9ec5c110739ced88ce9f8fca053882
ntb: off by one sanity checks

These tests are off by one.  If "mw" is equal to NTB_NUM_MW then we
would go beyond the end of the ndev->mw[] array.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jon Mason <jon.mason@intel.com>
drivers/ntb/ntb_hw.c