Re: [PATCH] service: Check NULL pointer when setting ipconfig.

2011-08-26 Thread Samuel Ortiz
Hi Jukka, On Fri, Aug 26, 2011 at 03:10:51PM +0300, Jukka Rissanen wrote: > Fixes BMC#22766 Thanks, patch applied now. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ ___ connman mailing list connman@connman.net http://lis

[PATCH] service: Check NULL pointer when setting ipconfig.

2011-08-26 Thread Jukka Rissanen
Fixes BMC#22766 --- Hi, this fixes the bug https://bugs.meego.com/show_bug.cgi?id=22766 where we must check if the ipconfig is NULL before trying to access it. The problem happened as 3G connection did not have an IPv6 address. Jukka src/service.c |3 +++ 1 files changed, 3 insertions(+),