Re: [PATCH] stk: fix issue to avoid null pointer for alpha_id

2010-12-10 Thread Denis Kenzior
Hi Guillaume, On 12/08/2010 06:33 AM, Lucas, GuillaumeX wrote: From: Guillaume Lucas guillaumex.lu...@intel.com If a SET UP CALL proactive command with no alpha identifier occurs, the alpha_id pointer will be set to NULL. This will generate a crash in the stkagent with dbus function. To

[PATCH] stk: fix issue to avoid null pointer for alpha_id

2010-12-08 Thread Lucas, GuillaumeX
From: Guillaume Lucas guillaumex.lu...@intel.com If a SET UP CALL proactive command with no alpha identifier occurs, the alpha_id pointer will be set to NULL. This will generate a crash in the stkagent with dbus function. To avoid this we use an empty string if the alpha identifier is not present