[Mono-bugs] [Bug 70452][Maj] New - off-by-one in Mono.Posix.Signals
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Dec 2004 19:38:43 -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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70452
--- shadow/70452 2004-12-10 19:38:43.000000000 -0500
+++ shadow/70452.tmp.11338 2004-12-10 19:38:43.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 70452
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Mono.POSIX
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: james@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: off-by-one in Mono.Posix.Signals
+
+The 'Signals' enum in Mono.Posix has the wrong values for the signal
+numbers. It should start from 1, not zero. Mono.Unix.Signum, however, is
+correct.