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
https://code.google.com/p/chromium/codesearch#search/&q=%5B%5E)%5DFXSYS_strlen&s
q=package:chromium&type=cs returns 5 places where it's not cast. Of these,
most should actually be cast.
https://code.google.com/p/chromium/codesearch#search/&q=%5C)FXSYS_strlen&sq=pack
age:chromium&type=cs where it is.
Probably should include a checked conversion in the definition itself and kill
the casts.
Original issue reported on code.google.com by [email protected] on 6 May 2015 at 7:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 May 2015 at 7:58The text was updated successfully, but these errors were encountered: