bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] ftp client bug .netrc


From: john sullivan
Subject: [bug-inetutils] ftp client bug .netrc
Date: Sat, 14 Feb 2015 07:59:10 -0800

Hi,

I found a bug.  What happens:  if the host name entered by the user does not 
match the official name, the .netrc command won't work because the host entered 
by the user is overwritten in the "hookup" function, and it shouldn't be.

host = hookup (host, port);

should be:

hostname = hookup (host, port);

in file:

inetutils-1.9.2/ftp/cmds.c

Thanks!

--johnS






reply via email to

[Prev in Thread] Current Thread [Next in Thread]