From: Jann Horn <[email protected]> Date: Wed, 20 Feb 2019 22:34:54 +0100
> __sys_setsockopt() already checks for `optlen < 0`. Add an equivalent check > to the compat path for robustness. This has to be `> INT_MAX` instead of > `< 0` because the signedness of `optlen` is different here. > > Signed-off-by: Jann Horn <[email protected]> Applied and queued up for -stable, thanks Jann.

