]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SCTP scope_id handling fix
authorVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 18 Jul 2007 09:44:12 +0000 (02:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Aug 2007 21:27:27 +0000 (14:27 -0700)
commit9bff1948de46273efed6801db7e6b822b88b6f9a
treee94e31c50b6eeee8a04b40a4e67311d709356ce4
parent420eb87364de03770d377007ea1173e0ffb1cb21
SCTP scope_id handling fix

SCTP: Add scope_id validation for link-local binds

SCTP currently permits users to bind to link-local addresses,
but doesn't verify that the scope id specified at bind matches
the interface that the address is configured on.  It was report
that this can hang a system.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sctp/ipv6.c