Hello. I have one, small question. There are any security reasons to not use a getenv("HOME") instead of pw->pw_dir in ssh.c and tildexpand.c to find user home directory? -- Grzegorz Kryza mailto: kryza at nomachine.com http://grzegorz.kryza.net
Grzegorz Kryza wrote:> Hello. > I have one, small question. > > There are any security reasons to not use a getenv("HOME") > instead of pw->pw_dir in ssh.c and tildexpand.c to find > user home directory?I bet there are users out there who depend on the current behaviour. -d