version 1.30, 2017/11/07 02:18:46
|
version 1.31, 2017/11/07 02:22:50
|
Line 72 Randomization (ASLR), which causes diffe
|
Line 72 Randomization (ASLR), which causes diffe
|
time a program is run. This makes it more difficult for an attacker |
time a program is run. This makes it more difficult for an attacker |
to guess addresses and thus makes exploits harder to construct. |
to guess addresses and thus makes exploits harder to construct. |
|
|
TODO/check: PIE executables will only be built for toolchains that |
PIE executables will only be built for toolchains that are known to support PIE. |
support PIE and operating systems known to support ASLR. Currently, |
Currently, this means NetBSD on amd64 and i386. |
this means NetBSD 8 and later, i386 and amd64. |
|
|
|
### PKGSRC_USE_RELRO |
### PKGSRC_USE_RELRO |
|
|