Comment by roseway4
iirc, Go intentionally randomizes map ordering for just this reason.
iirc, Go intentionally randomizes map ordering for just this reason.
Same can be said about pointer addresses (random for each run). But ASLR exists for a specific reason.
Yep, and then you get crash reports you can’t reproduce.