Wei Yongjun
238920381b
NFC: st21nfca: Fix memory leak in device probe and remove
...
[ Upstream commit 1b9dadba502234eea7244879b8d5d126bfaf9f0c ]
'phy->pending_skb' is alloced when device probe, but forgot to free
in the error handling path and remove path, this cause memory leak
as follows:
unreferenced object 0xffff88800bc06800 (size 512):
comm "8", pid 11775, jiffies 4295159829 (age 9.032s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000d66c09ce>] __kmalloc_node_track_caller+0x1ed/0x450
[<00000000c93382b3>] kmalloc_reserve+0x37/0xd0
[<000000005fea522c>] __alloc_skb+0x124/0x380
[<0000000019f29f9a>] st21nfca_hci_i2c_probe+0x170/0x8f2
Fix it by freeing 'pending_skb' in error and remove.
Fixes: 68957303f44a ("NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC Chip")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-01-05 12:42:36 +01:00
..
2021-07-29 12:28:03 +01:00
2021-08-26 09:13:35 +01:00
2021-08-26 09:13:35 +01:00
2021-07-25 09:21:20 +01:00
2021-11-18 19:17:10 +01:00
2021-08-26 09:13:36 +01:00
2021-07-31 09:14:46 -07:00
2022-01-05 12:42:36 +01:00
2021-10-20 14:41:20 +01:00
2021-09-23 12:53:06 +01:00
2021-01-29 18:03:33 -08:00
2021-01-29 18:03:33 -08:00
2021-07-29 12:28:02 +01:00
2021-07-25 09:21:21 +01:00
2021-07-31 09:14:46 -07:00
2021-10-26 13:42:00 +01:00
2021-07-29 12:28:03 +01:00
2021-08-18 10:17:57 +01:00