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
There are lots of initial index checks like "if (end == (size_t)-1) end = m_len;" and lots of optional start/end arguments. Find out what functions are exposed to user and delete these checks and optional arguments from all but those functions.