CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/02 13:32:20
Modified files:
libexec/login_passwd: login_passwd.c
libexec/login_radius: login_radius.c
libexec/login_skey: login_skey.c
libexec/login_token: login_token.c
Log message:
Check auth_mkvalue(3) return value for NULL (malloc failure).
For constant strings we don't actually need to use auth_mkvalue(3).
Problem reported by Ross L Richardson.
