Re: [PATCH] libftpconn

2002-10-19 Thread Roland McGrath
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

[PATCH] libftpconn

2002-10-19 Thread Moritz Schulte
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