Intel Confidential Computing
Discussion board focused on Intel Confidential Computing technologies and how they can protect data and AI security, privacy, and sovereignty.
1558 Discussions

Using -fsanitize=address & -fsanitize=leak for compiling Enclave code

Ko__Ronny
Novice
2,024 Views

Hi,

I always compile my regular C code with -fsanitize=address & -fsanitize=leak compiler options, because they are very useful for quickly fixing segmentation faults & invalid free() operations. However, I could not get these compilation options working for Enclave code. I wonder if the SGX team has no plan to include them into SGX..

 

 

0 Kudos
0 Replies
Reply