OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Fri Nov 02 2007 - 20:24:06 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2007/11/02 19:24:06

Modified files:
        usr.bin/ssh : ssh.c

Log message:
bz #1377: getpwuid results were being clobbered by another getpw* call
inside tilde_expand_filename(); save the data we need carefully
ok djm