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
For this to crash, you'd need either a negative value for i (impossible, i>= 0 is tested) or a too high value for i (but i is initialized at filename.size() - 1, which should not be). The [] operator is a valid way to access a std::string's characters.
From google play console, STK 1.5-beta1
addr2line shows
Full backtace
The text was updated successfully, but these errors were encountered: