wasm-micro-runtime/product-mini/platforms/linux-sgx
Wenyong Huang 8fc621a1b2
Add runtime inited checks in Enclave command handlings to improve security (#2416)
Call ecall commands arbitrarily from host when enclave's runtime isn't initialized
may cause unexpected behavior, for example, load/instantiate wasm module.
Add runtime inited status checks in enclave to improve the security.

Also fix `wait_map` issue mentioned in
https://github.com/bytecodealliance/wasm-micro-runtime/issues/2252#issuecomment-1634940219
2023-08-04 14:32:04 +08:00
..
enclave-sample Add runtime inited checks in Enclave command handlings to improve security (#2416) 2023-08-04 14:32:04 +08:00
CMakeLists_minimal.txt Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +08:00
CMakeLists.txt Enable static PGO for Linux SGX (#2270) 2023-06-09 14:13:43 +08:00