-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(*) resolve a possible segfault in the FFI
Creating the `rctx` can happen when no `wasm{}` block is configured (e.g. through the FFI in `init_worker`). For example, `set_host_properties_handlers()` might be called (wrong and unlikely, but possible). Always assume `rctx` might not be created due to a `wasm{}` block.
- Loading branch information
1 parent
caab792
commit 9c661a8
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters