From 8b456d5a60536fb94108f504602feaaec9fc71c1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 6 Mar 2021 17:54:47 +0100 Subject: Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there) --- src/include/box64context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index ed8cd118..6e4d9052 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -169,7 +169,7 @@ typedef struct box64context_s { int atfork_sz; int atfork_cap; - uint8_t canary[4]; + uint8_t canary[8]; uintptr_t signals[MAX_SIGNAL]; uintptr_t restorer[MAX_SIGNAL]; -- cgit 1.4.1