marshal.c: In function 'mono_marshal_get_runtime_invoke_full':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:46:19 +0000 (01:46 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commit41786a43688a48e5117f278faae1b66b20940d86
tree1281996715264e62ca787406234a141ce5037c25
parente19c4ddc25c55660e69003eb936628f653f4326e
marshal.c: In function 'mono_marshal_get_runtime_invoke_full':
marshal.c:2662:8: warning: 'sig_cache' may be used uninitialized in this function [-Wmaybe-uninitialized]
    res = (MonoMethod *)g_hash_table_lookup (sig_cache, sig_key);
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Commit migrated from https://github.com/mono/mono/commit/faadb64774f9db09b2e026c43e3682b9268d9a25
src/mono/mono/metadata/marshal.c