Message-ID: <39997F8A.78E012A8@softhome.net> Date: Tue, 15 Aug 2000 19:36:10 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: __solve_symlinks() testsuite & bugfix Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Here is a first bug in __solve_symlinks: if you have dirtest -> dir1/ dir1/test1 -> file1 __solve_symlinks will leave some thrash in the middle of returned buffer. Note that it does not add any new test - it just renames link test6 to dirtest. Symlink length is critical there. I've installed fix for it too (actually, three of them). By definition I should send out a postcard to myself :) But I will wait for another bug, and another DJGPP worker to report it and get a postcard :) Laurynas