Re: [PATCH 2/2] ifup: fix handling when ip env is not given

2016-06-14 Thread Sascha Hauer
On Tue, Jun 14, 2016 at 08:55:06AM +0200, Alexander Aring wrote: > This patch handles the ip env to "" if no ip env is given. Otherwise > we get a NULL pointer derefence. > > Signed-off-by: Alexander Aring > --- > net/ifup.c | 3 +++ > 1 file changed, 3 insertions(+)

[PATCH 2/2] ifup: fix handling when ip env is not given

2016-06-14 Thread Alexander Aring
This patch handles the ip env to "" if no ip env is given. Otherwise we get a NULL pointer derefence. Signed-off-by: Alexander Aring --- net/ifup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ifup.c b/net/ifup.c index 17e1b2f..59df069 100644 --- a/net/ifup.c