aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorCorinne Dashjr <corinne+git@dashjr.org>2015-04-28 14:48:28 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2015-05-01 11:21:27 +0000
commit7e6d23b1719191f83af7d3e7b134a90889b5c1ef (patch)
tree04c8888faab17cbe87ca776ab1076b78da0e875b /doc/build-unix.md
parent18d28326785a7111b50528107550c3d37ec40d89 (diff)
downloadbitcoin-7e6d23b1719191f83af7d3e7b134a90889b5c1ef.tar.xz
Bugfix: Grammar fixes
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 0984f689a8..f70bf7f1fe 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -195,12 +195,12 @@ Hardening enables the following features:
* Position Independent Executable
Build position independent code to take advantage of Address Space Layout Randomization
- offered by some kernels. An attacker who is able to cause execution of code at an arbitrary
- memory location is thwarted if he or she doesn't know where anything useful is located.
+ offered by some kernels. Attackers who can cause execution of code at an arbitrary memory
+ location are thwarted if they don't know where anything useful is located.
The stack and heap are randomly located by default but this allows the code section to be
randomly located as well.
- On an Amd64 processor where a library was not compiled with -fPIC, this will cause an error
+ On an AMD64 processor where a library was not compiled with -fPIC, this will cause an error
such as: "relocation R_X86_64_32 against `......' can not be used when making a shared object;"
To test that you have built PIE executable, install scanelf, part of paxutils, and use: