Justus Winter, le Mon 22 Sep 2014 18:30:24 +0200, a écrit :
> This prevents load_section from mapping any sections to page zero.
Ack.
> * exec/exec.c (do_exec): Redzone page zero before loading anything.
> ---
> exec/exec.c | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/ex
This prevents load_section from mapping any sections to page zero.
* exec/exec.c (do_exec): Redzone page zero before loading anything.
---
exec/exec.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/exec/exec.c b/exec/exec.c
index 2fc1e44..0ecf2d3 100644
--- a/exec/exec.c
+++ b/ex