Harald Hoyer
Harald Hoyer
If any syscall parameter has an address pointer, it must be checked for validity. Fully implement the `sallyport` `validate*()` methods in all shims when `v2` of `sallyport` is used.
add to `util/util.c`
Apparently `addr` is a pointer to real memory. Signed-off-by: Harald Hoyer
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description SSIA ### Acceptance Criteria * [x] https://github.com/enarx/enarx/issues/2160 * [ ] https://github.com/enarx/enarx/issues/2251 *...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Currently the SGX `Heap` has `ledger: Ledger` with N being a constant...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Free up previously allocated thread structures, if the thread pool is full....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description If possible, the real number of woken threads should be returned. This...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description DNS in wasmldr is not working, because musl libc `gethostbyname2_r` can't open...