You have undefined behavior somewhere else. Enable the address sanitizer and see if it catches it. Container bounds checks help too. How to enable those two depends on your compiler.
↧