Address space randomization

This commit is contained in:
Bob Mottram 2018-10-15 20:17:58 +01:00
parent 9ee19bca75
commit 96b74018f3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
address space randomization
The practice or randomly changing the layout of memory so as to avoid exploits
which simply poke some value to a fixed memory offset. Used by the Linux kernel
for hardening security against exploitation.