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 is an issue with argument types for the whole set of CRC functions. For example, the following input buffer would result in the improper CRC calculation:
Hello,
There is an issue with argument types for the whole set of CRC functions. For example, the following input buffer would result in the improper CRC calculation:
On my machine the test fails with the following issue:
The issue with signed characters that current interface expects:
0xb0
is-80
aschar
. Thus, this code leads to negative array index access:The text was updated successfully, but these errors were encountered: