Re: [PATCH iproute] ipila: Fixed unitialized variables
On Mon, 15 Aug 2016 16:30:22 -0700 Tom Herbert wrote: > Initialize locator and locator_match to zero and only do > addattr if they have been set. > > Signed-off-by: Tom Herbert Applied thanks
[PATCH iproute] ipila: Fixed unitialized variables
Initialize locator and locator_match to zero and only do addattr if they have been set. Signed-off-by: Tom Herbert --- ip/ipila.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ip/ipila.c b/ip/ipila.c index c30bdbf..57f8c79 100644 --- a/ip/ipila.c +++ b/ip/ipila.