We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed0239 commit c5e57caCopy full SHA for c5e57ca
core/iwasm/common/wasm_shared_memory.c
@@ -105,6 +105,7 @@ notify_stale_threads_on_exception(WASMModuleInstanceCommon *module_inst)
105
{
106
AtomicWaitAddressArgs *args = NULL;
107
if (!(args = wasm_runtime_malloc(sizeof(AtomicWaitAddressArgs)))) {
108
+ LOG_ERROR("failed to create atomic wait address args node");
109
return;
110
}
111
0 commit comments