OSDN Git Service

mctp: handle the struct sockaddr_mctp padding fields
authorEugene Syromiatnikov <esyr@redhat.com>
Wed, 3 Nov 2021 19:09:42 +0000 (20:09 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 5 Nov 2021 02:17:34 +0000 (19:17 -0700)
commit1e4b50f06d970d8da3474d2a0354450416710bda
tree6fa90ca2b8f3b2c3046d7bd71c925c7c368d72f3
parenta5bda90884bf4a6b455335244cad092a07f3eade
mctp: handle the struct sockaddr_mctp padding fields

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>
net/mctp/af_mctp.c