You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are you using an instrumented version of the stdlib? I think that's the way to go with the memory sanitizer (unlike other sanitizers like the address/ub/thread ones) - especially since the error is somewhere in the stl container...
But if you are using an instrumented stdlib and given that the sanitizers don't give false positives I'd be curious to see a complete example that reproduces this - perhaps some test suites and decorators are in play...? I double-checked the code and it seems fine
The text was updated successfully, but these errors were encountered: