Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_exec_wasi: fix possible NULL deref
`tmpfile()` can return NULL and this is not checked for at the moment. If indeed it returns NULL then the call on line 70 `fileno(stdoutp)` will cause a NULL dereference. Signed-off-by: David Korczynski <[email protected]>
- Loading branch information