Re: [PATCH] Fix a crash when doing PEAP/TTLS authentication

2010-09-16 Thread Samuel Ortiz
Hi Fabien, On Thu, Sep 16, 2010 at 09:52:43AM +0200, Fabien Marotte wrote: > When doing a PEAP/TTLS authentication, if the Phase2 passphrase is > not provided, connman crashes due to a NULL pointer. > This patch fixes the crash. Patch applied, many thanks. Cheers, Samuel. -- Intel Open Source T

[PATCH] Fix a crash when doing PEAP/TTLS authentication

2010-09-16 Thread Fabien Marotte
When doing a PEAP/TTLS authentication, if the Phase2 passphrase is not provided, connman crashes due to a NULL pointer. This patch fixes the crash. Associated meego bug: bz6841 --- plugins/supplicant.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/plugins/supplican