From: Avinash Repaka <[email protected]> Date: Thu, 21 Dec 2017 20:17:04 -0800
> RDS currently doesn't check if the length of the control message is > large enough to hold the required data, before dereferencing the control > message data. This results in following crash: ... > To fix this, we verify that the cmsg_len is large enough to hold the > data to be read, before proceeding further. > > Reported-by: syzbot <[email protected]> > Signed-off-by: Avinash Repaka <[email protected]> Applied and queued up for -stable, thanks.

