Hacker News new | ask | show | jobs
by rurban 2830 days ago
Because such small embedded systems tend to avoid a stack and recursion, and more, tend to disable malloc at all.

Variables and places are predefined. ASLR is a problem there, not a solution.