Searched hist:a2de86f63cfc92f7aaf11e7b9d9f2150946a1622 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff a2de86f63cfc92f7aaf11e7b9d9f2150946a1622 Wed Jul 04 22:18:28 CDT 2012 Steffen Klassert <steffen.klassert@secunet.com> ipv6: Initialize the neighbour pointer of rt6_info on allocation
git commit 97cac082 (ipv6: Store route neighbour in rt6_info struct) added a neighbour pointer to rt6_info. Currently we don't initialize this pointer at allocation time. We assume this pointer to be valid if it is not a null pointer, so initialize it on allocation.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|