Re: [PATCH] rds: fix an infoleak in rds_inc_info_copy

From: David Miller
Date: Fri Jun 03 2016 - 00:33:11 EST


From: Kangjie Lu <kangjielu@xxxxxxxxx>
Date: Thu, 2 Jun 2016 04:11:20 -0400

> The last field "flags" of object "minfo" is not initialized.
> Copying this object out may leak kernel stack data.
> Assign 0 to it to avoid leak.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxxxxx>

Applied.