numam-dpdk/drivers/bus/pci
Andy Green 52f711f7b8 bus/pci: fix size of driver name buffer
Variable dri_name is a pointer and it is incorrect to use its
size as the buffer size. Caller knows the buffer size and
it is safer to pass it explicitly.

Fixes: fe5f777b53 ("bus/pci: replace strncpy by strlcpy")
Cc: stable@dpdk.org

Signed-off-by: Andy Green <andy@warmcat.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
2018-05-15 15:19:13 +02:00
..
bsd drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
linux bus/pci: fix size of driver name buffer 2018-05-15 15:19:13 +02:00
Makefile bus/pci: do not reference devargs list 2018-04-25 03:58:10 +02:00
meson.build bus/pci: use memseg walk instead of iteration 2018-04-11 19:48:10 +02:00
pci_common_uio.c bus/pci: fix interrupt handler type 2018-01-12 01:04:22 +01:00
pci_common.c bus/pci: fix find device implementation 2018-04-27 16:31:44 +02:00
private.h bus/pci: use SPDX tags in 6WIND copyrighted files 2018-02-01 02:32:52 +01:00
rte_bus_pci_version.map bus/pci: fix namespace of sysfs path function 2017-11-07 00:44:10 +01:00
rte_bus_pci.h bus/pci: fix find device implementation 2018-04-27 16:31:44 +02:00