Re: [PATCH 31/58] isdn/gigaset: Use kzalloc instead of open-coded field zeroing
From: Paul Bolle <hidden>
Date: 2017-10-19 20:46:39
Also in:
lkml
From: Paul Bolle <hidden>
Date: 2017-10-19 20:46:39
Also in:
lkml
On Mon, 2017-10-16 at 17:29 -0700, Kees Cook wrote:
This replaces a kmalloc followed by a bunch of per-field zeroing with a single kzalloc call, reducing the lines of code.
Acked-by: Paul Bolle <redacted> Thanks, Paul Bolle