Peilin Ye bbc8a99e95 rds: Prevent kernel-infoleak in rds_notify_queue_get()
rds_notify_queue_get() is potentially copying uninitialized kernel stack
memory to userspace since the compiler may leave a 4-byte hole at the end
of `cmsg`.

In 2016 we tried to fix this issue by doing `= { 0 };` on `cmsg`, which
unfortunately does not always initialize that 4-byte hole. Fix it by using
memset() instead.

Cc: stable@vger.kernel.org
Fixes: f037590fff30 ("rds: fix a leak of kernel memory")
Fixes: bdbe6fbc6a2f ("RDS: recv.c")
Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-31 16:52:48 -07:00
..
2020-06-02 20:32:54 -03:00
2020-05-20 14:08:06 -07:00
2016-12-26 21:35:39 -05:00
2016-06-18 21:34:09 -07:00
2020-05-28 11:11:44 -07:00
2020-05-28 11:11:45 -07:00
2020-05-28 11:11:45 -07:00
2020-05-28 11:11:45 -07:00
2020-05-28 11:11:45 -07:00
2019-02-04 14:59:11 -08:00