Re: [PATCH 39] net/ipv4/ip_options.c: kmalloc + memset conversion to kzalloc
From: David Miller <davem@davemloft.net>
Date: 2007-07-31 21:07:42
Also in:
kernel-janitors, lkml
From: David Miller <davem@davemloft.net>
Date: 2007-07-31 21:07:42
Also in:
kernel-janitors, lkml
From: Mariusz Kozlowski <redacted> Date: Tue, 31 Jul 2007 20:16:59 +0200
Signed-off-by: Mariusz Kozlowski <redacted>
Applied, but note that this patch changes behavior, previously only the ip_options structure base was cleared out, but now the whole memory region is cleared. I think it's OK for this case, but I'm just making note of it.