Revision 74f47278cb056ffe1d261df3e094d608c3569829 authored by Pravin B Shelar on 24 December 2014, 00:20:36 UTC, committed by David S. Miller on 24 December 2014, 04:57:31 UTC
In case of error vxlan_xmit_one() can free already freed skb.
Also fixes memory leak of dst-entry.

Fixes: acbf74a7630 ("vxlan: Refactor vxlan driver to make use
of the common UDP tunnel functions").

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 997e068
History
File Mode Size
Makefile -rw-r--r-- 120 bytes
pcxhr.c -rw-r--r-- 47.4 KB
pcxhr.h -rw-r--r-- 6.8 KB
pcxhr_core.c -rw-r--r-- 37.1 KB
pcxhr_core.h -rw-r--r-- 7.0 KB
pcxhr_hwdep.c -rw-r--r-- 11.2 KB
pcxhr_hwdep.h -rw-r--r-- 1.4 KB
pcxhr_mix22.c -rw-r--r-- 27.9 KB
pcxhr_mix22.h -rw-r--r-- 2.3 KB
pcxhr_mixer.c -rw-r--r-- 35.7 KB
pcxhr_mixer.h -rw-r--r-- 1.0 KB

back to top