We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Referring to the fact that uint64_t et al types are transported as strings but strtoull() call return values are not checked for 0ULL
uint64_t
strtoull()
0ULL
e.g.
mymonero-core-cpp/src/serial_bridge_index.cpp
Line 518 in 95f140f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Referring to the fact that
uint64_t
et al types are transported as strings butstrtoull()
call return values are not checked for0ULL
e.g.
mymonero-core-cpp/src/serial_bridge_index.cpp
Line 518 in 95f140f
The text was updated successfully, but these errors were encountered: