Re: login_skey crash

2017-07-20 Thread Todd C. Miller
On Thu, 20 Jul 2017 17:26:59 +0200, Alexander Bluhm wrote: > When login_skey is called for a user without skey it crashes with > NULL pointer dereference. It tries to pass a file descriptor that > does not exist. This has to be done conditionally. OK millert@ - todd

login_skey crash

2017-07-20 Thread Alexander Bluhm
Hi, When login_skey is called for a user without skey it crashes with NULL pointer dereference. It tries to pass a file descriptor that does not exist. This has to be done conditionally. ok? bluhm Index: libexec/login_skey/login_skey.c =