mctp: handle the struct sockaddr_mctp padding fields
authorEugene Syromiatnikov <esyr@redhat.com>
Wed, 3 Nov 2021 19:09:42 +0000 (20:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 18:16:02 +0000 (19:16 +0100)
commitaaf0562f7147e5345f41a26fa08aa04d37f175f5
tree64b7b945ed4cc315e9301a4ebdc8e2b5ab0cef9e
parent22584cf24a510d538a688782cd98bfb3b5de1d7c
mctp: handle the struct sockaddr_mctp padding fields

commit 1e4b50f06d970d8da3474d2a0354450416710bda upstream.

In order to have the padding fields actually usable in the future,
there have to be checks that user space doesn't supply non-zero garbage
there.  It is also worth setting these padding fields to zero, unless
it is known that they have been already zeroed.

Cc: stable@vger.kernel.org # v5.15
Fixes: 5a20dd46b8b84593 ("mctp: Be explicit about struct sockaddr_mctp padding")
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mctp/af_mctp.c