Merge branch 'nfc-leaks'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2022 08:31:53 +0000 (08:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2022 08:31:53 +0000 (08:31 +0000)
commit9ab000d9ac546f08485f11c033542e74f6202dee
tree44ea79920a9de643f446c47a72e3bd9883c8ac93
parent7cef6b73fba96abef731a53501924fc3c4a0f947
parent60dcb5ff55e5c5da259a0dcc4c24c842de1abc9d
Merge branch 'nfc-leaks'

Shang XiaoJing says:

====================
nfc: Fix potential memory leak of skb

There are still somewhere maybe leak the skb, fix the memleaks by adding
fail path.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>