Re: [PATCH] tipc: fix an infoleak in tipc_nl_compat_link_dump
From: David Miller
Date: Fri Jun 03 2016 - 00:33:04 EST
From: Kangjie Lu <kangjielu@xxxxxxxxx>
Date: Thu, 2 Jun 2016 04:04:56 -0400
> link_info.str is a char array of size 60. Memory after the NULL
> byte is not initialized. Sending the whole object out can cause
> a leak.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxxxxx>
Applied.