Don't use the control argument after calling sctp_add_to_readq().
authortuexen <tuexen@FreeBSD.org>
Wed, 27 Apr 2016 18:58:47 +0000 (18:58 +0000)
committertuexen <tuexen@FreeBSD.org>
Wed, 27 Apr 2016 18:58:47 +0000 (18:58 +0000)
commitbe1074b698ad7656bf4897bd3b2ad223df8b14bc
tree18719f8bb6508cbee1476af048c9afde0f5e1607
parent9e4bb0297ca054e482d94668c3aa02b479b223bd
Don't use the control argument after calling sctp_add_to_readq().
This breaks the userland stack. There should be no functional change
for the FreeBSD kernel stack.
While there, use consistent variable nameing.
sys/netinet/sctp_indata.c