[Mono-bugs] [Bug 80225][Nor] Changed - AssemblyName.GetPublicKey() should not return null
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 11 17:14:38 EST 2006
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80225
--- shadow/80225 2006-12-11 13:38:40.000000000 -0500
+++ shadow/80225.tmp.21078 2006-12-11 17:14:38.000000000 -0500
@@ -35,6 +35,17 @@
I'm going to propose a small patch.
------- Additional Comments From knocte at gmail.com 2006-12-11 13:38 -------
Created an attachment (id=18272)
Proposed patch, with changelog
+
+------- Additional Comments From sebastien at ximian.com 2006-12-11 17:14 -------
+Your patch ignore the FIXME 'In some cases MS implementation returns
+"new byte [0]" instead of null' which also means 'in some case
+AssemblyName.GetPublicKey() returns null'.
+
+Please provide test cases to ensure we won't regress Mono (or other
+software) that can depend on a null check.
+
+Also, if not already done, it would be nice to fill a bug against
+NHibernate too.
More information about the mono-bugs
mailing list