I put in a simpler fix using strdupa.
Perhaps this will teach you not to cast away a const without thinking about
what you are doing, and teach Marcus not to check in code without checking
for obvious bogosities like that.
___
Bug-hurd mailing list
[EM
Hi,
some time ago some patches of mine were integrated into
ftpfs/libftpconn. Those patches fixed a bug, but also broke ftpfs in
a way: I just noticed that
$ cd foo; cd bar; ls
shows the content of 'foo' while
$ cd foo; ls; cd bar; ls
shows the content of 'bar'.
The problem, which I intr