]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv6/ip6mr.c
ipv6-multicast: Fix memory leak in input path.
authorBen Greear <greearb@candelatech.com>
Tue, 27 Sep 2011 19:16:08 +0000 (15:16 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Sep 2011 19:16:08 +0000 (15:16 -0400)
commit2015de5fe2a47086a3260802275932bfd810884e
tree2155f30fa4c0a664935264bad216c872f929063b
parent29453f65a4d0a46190dedf93ab31717d4c26bda6
ipv6-multicast: Fix memory leak in input path.

Have to free the skb before returning if we fail
the fib lookup.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6mr.c