CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/25 07:10:56
Modified files:
usr.bin/ssh : ssh.c
Log message:
Use the caller provided (copied) pwent struct in load_public_identity_files
instead of calling getpwuid() again and discarding the argument.
This prevents a client crash where tilde_expand_filename calls getpwuid()
again before the pwent pointer is used.
Issue noticed and reported by Pierre-Olivier Martel <[email protected]>
ok djm@ deraadt@
