[Mono-bugs] [Bug 363450] [PATCH]System.Reflection.Module:: Resolve* leak loader errors and crash mono
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 21 06:02:37 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=363450
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=363450#c5
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #5 from Zoltan Varga <vargaz at gmail.com> 2008-02-21 04:02:37 MST ---
This is ok to check in, altough I think it would be better to keep
compatibility
with MS if it is not hard to do, i.e.
if (<there_is_loader_error>) {
/* MS seems to return null in case of an error */
<clear loader error>
return null;
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list