OSDN Git Service

net: nixge: fix potential memory leak in nixge_probe()
authorLu Wei <luwei32@huawei.com>
Wed, 29 Jul 2020 03:50:05 +0000 (11:50 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2020 23:55:39 +0000 (16:55 -0700)
commit366228ed01f6882cc203e3d5b40010dfae0be1c3
treef41f4ea9d59f4373389670359cc35a3720306855
parent82274d075536322368ce710b211c41c37c4740b9
net: nixge: fix potential memory leak in nixge_probe()

If some processes in nixge_probe() fail, free_netdev(dev)
needs to be called to aviod a memory leak.

Fixes: 87ab207981ec ("net: nixge: Separate ctrl and dma resources")
Fixes: abcd3d6fc640 ("net: nixge: Fix error path for obtaining mac address")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ni/nixge.c