linux-stable/drivers/net/arcnet
Wang Hai 1c40cde6b5 arcnet: fix potential memory leak in com20020_probe()
In com20020_probe(), if com20020_config() fails, dev and info
will not be freed, which will lead to a memory leak.

This patch adds freeing dev and info after com20020_config()
fails to fix this bug.

Compile tested only.

Fixes: 15b99ac172 ("[PATCH] pcmcia: add return value to _config() functions")
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-11-23 12:41:54 +00:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
arc-rawmode.c
arc-rimi.c net: remove single-byte netdev->dev_addr writes 2021-10-13 10:03:59 -07:00
arcdevice.h net: remove single-byte netdev->dev_addr writes 2021-10-13 10:03:59 -07:00
arcnet.c arcnet: use new tasklet API 2021-02-02 15:51:17 -08:00
capmode.c arcnet: capmode: remove redundant assignment to pointer pkt 2019-08-30 14:14:46 -07:00
com90io.c net: remove single-byte netdev->dev_addr writes 2021-10-13 10:03:59 -07:00
com90xx.c net: remove single-byte netdev->dev_addr writes 2021-10-13 10:03:59 -07:00
com9026.h
com20020-isa.c net: remove single-byte netdev->dev_addr writes 2021-10-13 10:03:59 -07:00
com20020-pci.c net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() 2022-03-03 10:29:13 +00:00
com20020.c net: remove single-byte netdev->dev_addr writes 2021-10-13 10:03:59 -07:00
com20020.h
com20020_cs.c arcnet: fix potential memory leak in com20020_probe() 2022-11-23 12:41:54 +00:00
rfc1051.c
rfc1201.c