Re: Crash in nm-pptp-service.c

2011-04-04 Thread Dan Williams
On Sat, 2011-04-02 at 12:08 -0700, Eivind Naess wrote: > All, > Looks like I ran into a crash with nm-pptp-service.c in latest git-head. The > call to strlen() did in my case cause a crash when priv->domain is set to > NULL. > Simple patch as below checks for value of priv->domain before passin

Crash in nm-pptp-service.c

2011-04-02 Thread Eivind Naess
All, Looks like I ran into a crash with nm-pptp-service.c in latest git-head. The call to strlen() did in my case cause a crash when priv->domain is set to NULL. Simple patch as below checks for value of priv->domain before passing it to strlen().. - Eivind diff --git a/src/nm-pptp-service.c