[Mono-bugs] [Bug 82832][Min] New - instance method AssemblyBuilder.DefineVersionInfoResource(string, string, string, string, string) throws NullReferenceException if last argument is null

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 12 17:42:03 EDT 2007


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 cetin.sert at gmail.com.

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

--- shadow/82832	2007-09-12 17:42:03.000000000 -0400
+++ shadow/82832.tmp.1110	2007-09-12 17:42:03.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 82832
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: cetin.sert at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: instance method AssemblyBuilder.DefineVersionInfoResource(string, string, string, string, string) throws NullReferenceException if last argument is null
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+instance method AssemblyBuilder.DefineVersionInfoResource(string, string,
+string, string, string) throws NullReferenceException if last argument is
+null. Only the last argument was tested, the problem may affect proper
+handling of other arguments as well.
+
+Steps to reproduce the problem:
+1. Call instance method DefineVersionInfoResource("Tenka Text", "0.2.0",
+"Tenka Solutions", "Copyright Cetin Sert 2006-2007", null) on an
+AssemblyBuilder instance.
+
+Actual Results:
+null reference exception
+
+Expected Results:
+mscorlib handles this properly
+
+How often does this happen? 
+always
+
+Additional Information:
+http://tenkatext.svn.sourceforge.net/viewvc/tenkatext/trunk/Tenka.Text/Tenka.Text/Segmentation/SegmenterBuilder.cs?revision=328&view=markup#l_2131


More information about the mono-bugs mailing list