[Mono-bugs] [Bug 69666][Nor] Changed - [PATCH] Return value null
from custom binder is unchecked
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 4 19:04:52 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69666
--- shadow/69666 2005-07-04 19:03:31.000000000 -0400
+++ shadow/69666.tmp.27961 2005-07-04 19:04:52.000000000 -0400
@@ -1,9 +1,9 @@
Bug#: 69666
Product: Mono: Class Libraries
-Version: 1.0
+Version: 1.1
OS: unknown
OS Details: Debian Sarge
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: peter.troeger at hpi.uni-potsdam.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Return value null from custom binder is unchecked
+Summary: [PATCH] Return value null from custom binder is unchecked
Description of Problem:
The implementation of a custom deserialization binder may return NULL from
Type BindToType(string assemblyName,string typeName) if the type can not be
resolved.
@@ -91,6 +91,11 @@
MSFT probably throws an exception if the type can't be found.
------- Additional Comments From bmaurer at users.sf.net 2005-07-04 19:03 -------
Created an attachment (id=15427)
Patch
+
+------- Additional Comments From bmaurer at users.sf.net 2005-07-04 19:04 -------
+The attached patch implements the behavior specified in the article. I
+am not sure how to write a test case for this, am not sure how all the
+serializaiton stuff works.
More information about the mono-bugs
mailing list