Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug that arises when enabling tracing in programs with enclaves. (
#55) * Fixed bug that arises when enabling tracing in programs with enclaves. - Action tracing takes the action container as argument, but in a program with enclaves some of the actions might not have a container, which leads to segmentation fault. - The bug was fixed by giving the environment name as parameter instead of the container name, for the actions without a container. - Notice that the bug only arises if a tracing session was started with the ./tracing/start_tracing.sh script, before running the lf program. * Corrected format * fixed null ptr value --------- Co-authored-by: Julian Robledo Mejia <[email protected]>
- Loading branch information