From: Craig Gallek
Date: Mon, 22 Feb 2016 10:45:29 -0500
> From: Craig Gallek
>
> One of the validation checks for the new array-based TCP SO_REUSEPORT
> validation was unintentionally dropped in ea8add2b1903. This adds it back.
>
> Lack of this check allows the user to allocate multiple sock
From: Craig Gallek
One of the validation checks for the new array-based TCP SO_REUSEPORT
validation was unintentionally dropped in ea8add2b1903. This adds it back.
Lack of this check allows the user to allocate multiple sock_reuseport
structures (leaking all but the first).
Fixes: ea8add2b1903