Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FXSYS_strlen return type always requires cast. #153

Open
GoogleCodeExporter opened this issue May 28, 2015 · 1 comment
Open

FXSYS_strlen return type always requires cast. #153

GoogleCodeExporter opened this issue May 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant