diff --git a/entries/address_space_randomization.txt b/entries/address_space_randomization.txt new file mode 100644 index 0000000..3858c9e --- /dev/null +++ b/entries/address_space_randomization.txt @@ -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. \ No newline at end of file