summary refs log tree commit diff stats
path: root/results/scraper/fex/317
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/317')
-rw-r--r--results/scraper/fex/3175
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/317 b/results/scraper/fex/317
new file mode 100644
index 000000000..2c7349068
--- /dev/null
+++ b/results/scraper/fex/317
@@ -0,0 +1,5 @@
+Guest thread fixed offset stack allocation needs fixed
+Currently the initial guest thread's stack allocation is allocated at a fixed memory offset.

+This should be fixed to be allocated at "any" location.

+This would be within the lower 32bits for x86, and "anywhere" for x86-64.

+There might need to be some special bits here for executable stack but that can be worked out.
\ No newline at end of file