[Mono-bugs] [Bug 76966][Nor] New - DirectoryInfo.GetDirectories() returns unix domain sockets

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 11 10:03:22 EST 2005


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 gnome at flowerday.cx.

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

--- shadow/76966	2005-12-11 10:03:22.000000000 -0500
+++ shadow/76966.tmp.9646	2005-12-11 10:03:22.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 76966
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: gnome at flowerday.cx               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DirectoryInfo.GetDirectories() returns unix domain sockets
+
+A call to DirectoryInfo.GetDirectories() also returns unix domain sockets,
+which clearly aren't directories. This can leave programs that recurse down
+directory trees in an infinite loop.
+
+The attached test case demonstrates this problem, run it as follows:
+
+mkdir /tmp/test
+mono test.exe /tmp/test


More information about the mono-bugs mailing list