numam-dpdk/drivers/net
Pengzhen Liu 43d18765c0 net/virtio: fix memory leak on failure
In function eth_virtio_dev_init(), dynamic memory stored
in "eth_dev->data->mac_addrs" variable and it is not freed
when function return,
this is a possible memory leak.

Fixes: 8ced1542f7 ("net/virtio: eth_dev->data->mac_addrs is not freed")
Cc: stable@dpdk.org

Signed-off-by: Pengzhen Liu <liupengzhen3@huawei.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
2017-11-12 19:50:43 +01:00
..
af_packet bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
ark drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
avp drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
bnx2x drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
bnxt net/bnxt: fix link handling and configuration 2017-11-10 09:42:25 +00:00
bonding bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
cxgbe mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
dpaa mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
dpaa2 net/dpaa2: set queues after reconfiguration 2017-11-01 22:17:06 +01:00
e1000 net/igb: fix Rx interrupt with VFIO and MSI-X 2017-11-07 10:19:02 +01:00
ena mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
enic net/enic: fix TSO for packets greater than 9208 bytes 2017-11-02 19:32:04 +01:00
failsafe bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
fm10k mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
i40e drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
ixgbe drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
kni bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
liquidio net/liquidio: support device reset in driver 2017-11-08 21:30:14 +01:00
mlx4 net/mlx4: fix missing stamp during Tx completion 2017-11-11 15:54:16 +01:00
mlx5 net/mlx5: fix link speed bitmasks 2017-11-11 15:54:16 +01:00
mrvl bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
nfp net/nfp: fix possible memory leak 2017-11-10 09:31:24 +00:00
null bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
octeontx bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
pcap bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
qede drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
ring bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
sfc drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
softnic net/softnic: fix build with gcc 4.5.1 2017-11-08 20:44:56 +01:00
szedata2 drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
tap bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
thunderx drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
vhost bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
virtio net/virtio: fix memory leak on failure 2017-11-12 19:50:43 +01:00
vmxnet3 net/vmxnet3: fix memory leak when releasing queues 2017-11-03 00:07:07 +01:00
Makefile mk: remove useless list of core libraries 2017-11-06 21:56:07 +01:00