Y
Hacker News
new
|
ask
|
show
|
jobs
by
aidenn0
1564 days ago
With ASLR off, the order and value should be identical between runs on the same malloc implementation, as stochastic allocators are not in common use
1 comments
FartyMcFarter
1564 days ago
Not when multi-threading is involved, I would think. That or timing-dependent code making allocations.
link
aidenn0
1564 days ago
That's true.
link