|
|
|
|
|
by cbsmith
3459 days ago
|
|
It's pretty common to have stack and heap growing from opposite address ranges towards a central address space. That makes wrap around an unimportant feature that isn't worth the trouble. Now, runtimes are increasingly adopting address randomization, which can change the rules about this, depending on what you are doing. |
|