Re: Issue with PPP auth and empty username/password

2010-03-27 Thread Marcel Holtmann
Hi Kristen, I started tested the PPP code and run into a simple crash when not providing username and password. This should be possible. Program terminated with signal 11, Segmentation fault. #0 0x003457e7f2f2 in __strlen_sse2 () from /lib64/libc.so.6 (gdb) bt #0

Re: [PATCH 0/2] ppp authentication bug fixes (resend)

2010-03-27 Thread Marcel Holtmann
Hi Kristen, Here are a couple bug fixes for the PPP authentication. First patch fixes the seg fault when the secret is empty, as reported by marcel. Second, if we do fail to authenticate, we need to change ppp phases to terminate the link. Kristen Carlson Accardi (2): ppp: allow empty