Commit 919a224
authored
Disable ASLR to work around QEMU aarch64 issues (#229)
It seems that QEMU and Address Space Layout Randomization do not work
well toghether currently. Linux kernel security hardening efforts which
make ASLR more random seem to cause SEGFAULTs randomly when building
things for aarch64.
It seems that the QEMU for aarch64 made assumptions about how the memory
layout is laid out, and/or has bugs in the implementation which are
exarbated by the new ASLR scheme. In any case, disabling ASLR during
build time avvoids hitting the QEMU bugs.1 parent fec5caf commit 919a224
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments