mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
b1c936e9af
In case rhashtable_lookup_insert_fast() fails inside vxlan_vni_add(), the
allocated percpu vni stats are not freed on the error path.
Introduce vxlan_vni_free() which would work as a nice wrapper to free
vxlan_vni_node resources properly.
Found by Linux Verification Center (linuxtesting.org).
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
vxlan_core.c | ||
vxlan_mdb.c | ||
vxlan_multicast.c | ||
vxlan_private.h | ||
vxlan_vnifilter.c |