You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- _handle_sgx_get_report will now write to the supplied argument only
if it lies in host memory. This fixes data corruption scenario where
the untrusted host could supply address of an enclave memory location
to this function and corrupt the contents of that location.
- Check for missing null terminator in oeedger8r generated code.
oeedger8r now emits null terminator checks for string and wstring in and
in-out parameters. Attempts by an untrusted host to manually construct a
marshalling struct with non null-terminated strings will be detected and
the edge function will report an error.
0 commit comments