[Mono-bugs] [Bug 76272][Nor] New - Syntax error when source file contains `NULL' bytes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 29 08:03:32 EDT 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 marek.safar at seznam.cz.

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

--- shadow/76272	2005-09-29 08:03:32.000000000 -0400
+++ shadow/76272.tmp.7954	2005-09-29 08:03:32.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 76272
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Syntax error when source file contains `NULL' bytes
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Null (0x00) bytes in file are not ignored.
+
+Steps to reproduce the problem:
+1. Create file which contains NULL byte(s).
+2. compile
+
+Actual Results:
+
+syntax error, got token `ERROR'
+0.cs(5,2): error CS8025: Parsing error
+
+Expected Results:
+
+No error.
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list