[Mono-bugs] [Bug 72292][Nor] Changed - getpwent in libMonoPosixHelper fails on Solaris 8
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Feb 2005 13:17:35 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72292
--- shadow/72292 2005-02-07 13:16:31.000000000 -0500
+++ shadow/72292.tmp.18908 2005-02-07 13:17:35.000000000 -0500
@@ -1,22 +1,21 @@
Bug#: 72292
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: getpwent in libMonoPosixHelper fails on Solaris 8
On solaris 8, when getpwent returns NULL at the end of the enumeration, it
sets errno to EBADF which causes the calling code to throw an exception.
The following patch fixes this:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
@@ -41,6 +40,10 @@
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
------- Additional Comments From vargaz@gmail.com 2005-02-07 13:16 -------
Created an attachment (id=14107)
patch
+
+------- Additional Comments From vargaz@gmail.com 2005-02-07 13:17 -------
+Attached a patch which fixes some issues with getpwnam_r as well.
+