about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-06 17:54:47 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-06 17:54:47 +0100
commit8b456d5a60536fb94108f504602feaaec9fc71c1 (patch)
tree32a03219266631f44fbc9ec677022cbebdbf2831 /src/include/box64context.h
parent1b350d24c30657c8ea8afd4f3aeeda960a0a2357 (diff)
downloadbox64-8b456d5a60536fb94108f504602feaaec9fc71c1.tar.gz
box64-8b456d5a60536fb94108f504602feaaec9fc71c1.zip
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h2
1 files changed, 1 insertions, 1 deletions
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];