Reputation: 1
I'm trying to understand memory address allocation for processes in linux. By default we have ASLR ON in linux. So it will give us different stack memory addresses each time. But my question is why we get same address after disabling ASLR? Does Kernel save previous allocated address space for that previously executed program? or How does allocation happens?
Upvotes: 0
Views: 150