Hacker News new | ask | show | jobs
by ixtli 2618 days ago
You'd be shocked to know how long after this was shown academically to be a Good Idea™ it took to get it into operating systems like Windows. The reason back then was because application programmers depended (incorrectly!) on sequential allocations so when you started randomizing things you'd break stuff.

Idk if that's the case here but its been a big reason historically.

I know OpenBSD doesn't prioritize new features but KASLR is a pretty significant security improvement, right?

1 comments

Application programmers should not care about the address of the kernel.