[Mono-bugs] [Bug 62263][Nor] Changed - [PATCH] invalid pointer array access

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Aug 2004 04:49:07 -0400 (EDT)


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 overmind@gmx.net.

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

--- shadow/62263	2004-08-10 04:46:58.000000000 -0400
+++ shadow/62263.tmp.17217	2004-08-10 04:49:07.000000000 -0400
@@ -72,6 +72,11 @@
 When making pointer arithmetic with a void* pointer, the pointer
 simply gets incremented by 0 bytes (sizeof void), but there should be
 a compiler error.
 
 The MS compiler gives the error message: "error CS0242: The operation
 in question is undefined on void pointers"
+
+------- Additional Comments From overmind@gmx.net  2004-08-10 04:49 -------
+Created an attachment (id=8981)
+sample program demonstrating the bug, should produce a compiler error
+