You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You now have a reference to a non-sync type in two threads. This is UB and may for example be exploited by using RefCell as host_state to get a race-condition.
The text was updated successfully, but these errors were encountered:
wasmer/lib/vm/src/instance.rs
Line 98 in a2e744a
InstanceHandle
InstanceHandle
handle.host_state()
on both handlesRefCell
ashost_state
to get a race-condition.The text was updated successfully, but these errors were encountered: