commit f4a9869feb646aafe72de6e5d61051a023a02676
Author: Matthew Dillon <[email protected]>
Date: Wed Sep 27 14:51:48 2017 -0700
ppp - Fix seg-fault on crypt failure
* Fix an issue where the program seg-faults if crypt() returns
NULL. Return 0 (failure for this routine) in case of NULL
Submitted-by: lubos
Summary of changes:
usr.sbin/ppp/auth.c | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f4a9869feb646aafe72de6e5d61051a023a02676
--
DragonFly BSD source repository