31 Mar
2017
31 Mar
'17
5:28 p.m.
On Fri, 31 Mar 2017 17:22:23 +0200, Dan Carpenter wrote:
The "r1" struct has memory holes. We clear it with memset on one path where it is used but not the other. Let's just memset it at the start of the function so it's always safe.
Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
Applied, thanks.
Takashi