2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-17 09:43:59 +08:00
linux-next/drivers/ntb
Dan Carpenter ad3e2751e7
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>
2013-05-15 10:57:24 -07:00
..
Kconfig NTB: disable x86_32 support 2013-01-21 14:34:21 -08:00
Makefile PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_hw.c ntb: off by one sanity checks 2013-05-15 10:57:24 -07:00
ntb_hw.h NTB: Fix Sparse Warnings 2013-01-21 14:34:21 -08:00
ntb_regs.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_transport.c NTB: variable dereferenced before check 2013-05-15 10:57:17 -07:00