Merge branch 'sctp-size-validations'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Jun 2021 22:34:50 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jun 2021 22:34:50 +0000 (15:34 -0700)
commitf9beb95e6a2669fa35e34a6ff52808b181efa20f
treeb08b00cc08cbff3c1b2e55979fc72f7e31dfa6f1
parent9ea3e52c5bc8bb4a084938dc1e3160643438927a
parentef6c8d6ccf0c1dccdda092ebe8782777cd7803c9
Merge branch 'sctp-size-validations'

Marcelo Ricardo Leitner says:

====================
sctp: add some size validations

Ilja Van Sprundel reported that some size validations on inbound
SCTP packets were missing. After some code review, I noticed two
others that are all fixed here.

Thanks Ilja for reporting this.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>