linear0211

Results 4 issues of linear0211

### Describe the bug When a program attempts to read directory through symlink that points to current directory, it produces no output and does not terminate. This looks like an...

When using the `--net` option with braces(`{}`) to specify multiple ports or addresses, bash performs [brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html) before invoking Wasmer. In zsh, [brace expansion](https://zsh.sourceforge.io/Doc/Release/Expansion.html#Brace-Expansion) also exists. ``` bash $ echo...

The `--addr-pool` option previously used `atoi` to parse the mask value. If non-numeric characters were included, `atoi` returned `0`, causing the pool to unintentionally accept all IP addresses. This change...

bug-fix

https://github.com/bytecodealliance/wasm-micro-runtime/blob/3bf08a0eda39d97324dac99fff087012bf0407bf/core/iwasm/common/wasm_runtime_common.c#L3814-L3843 It seems that `cp` is not freed in some failure paths. Please check whether this observation is correct.