Y
Hacker News
new
|
ask
|
show
|
jobs
by
roseway4
414 days ago
iirc, Go intentionally randomizes map ordering for just this reason.
1 comments
withinboredom
414 days ago
Yep, and then you get crash reports you can’t reproduce.
link
cristaloleg
414 days ago
Same can be said about pointer addresses (random for each run). But ASLR exists for a specific reason.
link