From 847bdbfffd7f4e87f8a38e47aa68ab6ea4f95d62 Mon Sep 17 00:00:00 2001 From: aditijannu Date: Thu, 4 Jul 2024 15:52:59 +0200 Subject: [PATCH] Update FORTANIX-SGX-ELF.md Update the minimum storage requirements of the TCS as snmalloc replaces dlmalloc as the default sgx allocator --- doc/FORTANIX-SGX-ELF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FORTANIX-SGX-ELF.md b/doc/FORTANIX-SGX-ELF.md index 231c1e9b..829a457a 100644 --- a/doc/FORTANIX-SGX-ELF.md +++ b/doc/FORTANIX-SGX-ELF.md @@ -33,7 +33,7 @@ This section describes the requirements on the SGX thread control structure - `NSSA` should be set to 1. - `OGSBASGX` should point to a thread-specific memory region (e.g. TLS) of at - least 112 bytes. + least 120 bytes. ### TLS