]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv6: fix possible mem leaks in ipv6_make_skb()
authorEric Dumazet <edumazet@google.com>
Wed, 10 Jan 2018 11:45:49 +0000 (03:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Jan 2018 21:01:25 +0000 (16:01 -0500)
commit862c03ee1deb7e19e0f9931682e0294ecd1fcaf9
treee720e5abc25b35104208ba568cac3bf03b7d82d6
parent8f3d194600a5fe7d5071ea0260c7fa9317f156f6
ipv6: fix possible mem leaks in ipv6_make_skb()

ip6_setup_cork() might return an error, while memory allocations have
been done and must be rolled back.

Fixes: 6422398c2ab0 ("ipv6: introduce ipv6_make_skb")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Vlad Yasevich <vyasevich@gmail.com>
Reported-by: Mike Maloney <maloney@google.com>
Acked-by: Mike Maloney <maloney@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c