Profile

Masanori Ogino 𓀁

181351 posts 1993 follows 1215 followers

Please pay attention to random failures.

https://mstdn.maud.io/@omasanori
Masanori Ogino 𓀁 Masanori Ogino 𓀁 reblogged at 6 years ago

otto@openbsd otto@bsd.network

Why does #OpenBSD's #malloc do so much randomization? 1) to catch bugs. If you memory layout differs each run, bugs that would otherwise be hidden are exposed. 2) it makes lives of attackers harder. They cannot rely on certain allocations always to be next to each other.