interp/interp.c:1847:3: warning: 'orig_domain' may be used uninitialized in this function [-Wmaybe-uninitialized]
mono_threads_detach_coop (orig_domain, &attach_cookie);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Commit migrated from https://github.com/mono/mono/commit/
457d0f02c5a39c268394f09d8f545db6123d4ae7
MonoMethod *method;
MonoMethodSignature *sig;
MonoType *type;
- gpointer orig_domain, attach_cookie;
+ gpointer orig_domain = NULL, attach_cookie;
int i;
if ((gsize)data->rmethod & 1) {