15 ms·
iirc, Go intentionally randomizes map ordering for just this reason.
by roseway4 1y ago
iirc, Go intentionally randomizes map ordering for just this reason.
- withinboredom 1y agoYep, and then you get crash reports you can’t reproduce.
- cristaloleg 1y agoSame can be said about pointer addresses (random for each run). But ASLR exists for a specific reason.