]> git.hungrycats.org Git - linux/commit
ipv6: sctp: clone options to avoid use after free
authorEric Dumazet <edumazet@google.com>
Wed, 9 Dec 2015 15:25:06 +0000 (07:25 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jan 2016 04:54:13 +0000 (20:54 -0800)
commit683f40ec958e669b0d376a0d83c0213783ee7f99
tree5209b0c0c6402a2806f44a7016f2445098410dc9
parentdbc2d32fe4c0bb6ab3028ad986c42577ea059b6e
ipv6: sctp: clone options to avoid use after free

[ Upstream commit 9470e24f35ab81574da54e69df90c1eb4a96b43f ]

SCTP is lacking proper np->opt cloning at accept() time.

TCP and DCCP use ipv6_dup_options() helper, do the same
in SCTP.

We might later factorize this code in a common helper to avoid
future mistakes.

Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sctp/ipv6.c