Skip to content

Commit

Permalink
Increase stack size for stack overflow test with snmalloc
Browse files Browse the repository at this point in the history
Signed-off-by: Ming-Wei Shih <[email protected]>
  • Loading branch information
mingweishih committed Dec 2, 2021
1 parent d006e51 commit 141ac64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/stack_overflow_exception/enc/enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define PAGE_SIZE 4096
#define EXCEPTION_HANDLER_STACK_SIZE 8192
#define STACK_PAGE_NUMBER 2
#define STACK_PAGE_NUMBER 4
#define STACK_SIZE (STACK_PAGE_NUMER * PAGE_SIZE)
void* td_to_tcs(const oe_sgx_td_t* td);

Expand Down
2 changes: 1 addition & 1 deletion tests/stack_overflow_exception/enc/sign.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Debug=1
CapturePFGPExceptions=1
NumHeapPages=1024
NumStackPages=2
NumStackPages=4
NumTCS=1
ProductID=1
SecurityVersion=1

0 comments on commit 141ac64

Please sign in to comment.