Re: [PATCH] fix infoleak in llc

From: David Miller
Date: Wed May 04 2016 - 16:20:12 EST


From: Kangjie Lu <kangjielu@xxxxxxxxx>
Date: Tue, 3 May 2016 16:35:05 -0400

> The stack object “info” has a total size of 12 bytes. Its last byte
> is padding which is not initialized and leaked via “put_cmsg”.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxxxxx>

Applied.