Fix a crash when using the embedding api
commit0e8579212966de44911c628212ac321538890e9d
authorGeoff Norton <gnorton@novell.com>
Fri, 1 Oct 2010 15:58:17 +0000 (1 11:58 -0400)
committerGeoff Norton <gnorton@novell.com>
Fri, 1 Oct 2010 15:58:17 +0000 (1 11:58 -0400)
tree45dfb427e7f71e858b948081cf4c3cf50c66a56a
parent986ee2362b6308539968e84b1269d64bb21c8576
Fix a crash when using the embedding api

error_msg is null when passed into this function from a few places, so
lets not do a null deref here.
mono/utils/mono-dl.c