-
In the validate function of the FprimeProtocol.cpp file, the variables |
Beta Was this translation helpful? Give feedback.
Answered by
LeStarch
Jan 4, 2024
Replies: 1 comment
-
There should not be issues because of the change in sign here, as the hash function can accept any data (void*) and convert it to what it needs. This is likely a coding bug using imprecise types. I will convert this to a code-cleanup issue! Thanks for noting it! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VR314
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should not be issues because of the change in sign here, as the hash function can accept any data (void*) and convert it to what it needs.
This is likely a coding bug using imprecise types. I will convert this to a code-cleanup issue! Thanks for noting it!