CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2021/11/16 14:55:21
Modified files: libexec/login_passwd: login_passwd.c Log message: fix an accidental NULL deref introduced last year, found by patrick. rewrite the code with a goto so this never happens again. ok patrick millert