[Mono-bugs] [Bug 34076][Wis] Changed - Directory loading routines in Mono fail if there are broken links on a directory.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 20 Feb 2003 04:24:52 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bugs@mbalz.de.

http://bugzilla.ximian.com/show_bug.cgi?id=34076

--- shadow/34076	Wed Dec 11 08:02:12 2002
+++ shadow/34076.tmp.9901	Thu Feb 20 04:24:52 2003
@@ -10,12 +10,13 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: bugs@mbalz.de,dick@ximian.com
 Summary: Directory loading routines in Mono fail if there are broken links on a directory.
 
 Create a directory for testing:
 
 mkdir test
 cd test
@@ -54,6 +55,12 @@
 [dick@hagbard thread] [ 1:01] 
 :; mono dirent.exe 
 ./dirent.cs
 ./dirent.exe
 
 
+
+------- Additional Comments From bugs@mbalz.de  2003-02-20 04:24 -------
+Using Mono 0.19 I found out that this bug still exists.
+
+The contents of the directory are only read _until_ the broken symlink
+is reached, not after that.