[Mono-bugs] [Bug 29597][Wis] New - .locals init does not zero the variables
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Aug 2002 22:19:34 -0000
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 mscorlib@mixmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29597
--- shadow/29597 Wed Aug 28 18:19:34 2002
+++ shadow/29597.tmp.29859 Wed Aug 28 18:19:34 2002
@@ -0,0 +1,41 @@
+Bug#: 29597
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mscorlib@mixmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: .locals init does not zero the variables
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+.locals init should asign a zero value to the local variables. However is
+does not. Windows implementation does it fine.
+
+Steps to reproduce the problem:
+
+.locals init (int32)
+ldloc.0
+brtrue.s Label_Shouldnt_Jump
+
+Actual Results:
+local variable has not zero value
+
+Expected Results:
+
+
+How often does this happen?
+always
+
+Additional Information: