Hacker News new | ask | show | jobs
by saagarjha 2824 days ago
The issue is that if a == b, &s[a] == &s[b]; i.e. you're writing to the same address.