2db703fc3b
In support of debugging the SGX tests print details from
the enclave and its memory mappings if any failure is encountered
during enclave loading.
When a failure is encountered no data is printed because the
printing of the data is preceded by cleanup of the data.
Move the data cleanup after the data print.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
call.S | ||
defines.h | ||
load.c | ||
main.c | ||
main.h | ||
Makefile | ||
sign_key.pem | ||
sign_key.S | ||
sigstruct.c | ||
test_encl_bootstrap.S | ||
test_encl.c | ||
test_encl.lds |