Re: [PATCH net-next] neighbor: Initialize protocol when new pneigh_entry are created

2018-12-19 Thread David Miller
From: David Ahern Date: Wed, 19 Dec 2018 15:53:22 -0800 > From: David Ahern > > pneigh_lookup uses kmalloc versus kzalloc when new entries are allocated. > Given that the newly added protocol field needs to be initialized. > > Fixes: df9b0e30d44c ("neighbor: Add protocol attribute") > Signed-o

[PATCH net-next] neighbor: Initialize protocol when new pneigh_entry are created

2018-12-19 Thread David Ahern
From: David Ahern pneigh_lookup uses kmalloc versus kzalloc when new entries are allocated. Given that the newly added protocol field needs to be initialized. Fixes: df9b0e30d44c ("neighbor: Add protocol attribute") Signed-off-by: David Ahern --- net/core/neighbour.c | 1 + 1 file changed, 1 i