[Mono-list] Re: mono_string_null(NULL)

Miguel de Icaza miguel@ximian.com
09 Jan 2002 10:47:59 -0500


> Would it be better for to revert that change, and write a wrapper around
> mono_string_new() which checks for NULLs, and use that wrapper in
> arch/x86/tramp.c?  (And, that way mono_string_new() would still throw an
> exception on NULL).

In these situations it is.  This basically means that we will be forced
to fix the bug in the right place.  Otherwise the bug would manifest
itself in another form later on.

miguel.