From: Guillaume Nault <[email protected]> Date: Wed, 13 Feb 2019 04:30:34 +0100
> SO_SNDBUF and SO_RCVBUF (and their *BUFFORCE version) may overflow or > underflow their input value. This patch aims at providing explicit > handling of these extreme cases, to get a clear behaviour even with > values bigger than INT_MAX / 2 or lower than INT_MIN / 2. ... > Signed-off-by: Guillaume Nault <[email protected]> Thank you so much for writing such a detailed commit message. Applied.
