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
The hex2bin len parameter takes the destination length that is HASH_SIZE and not the source length.
hex2bin
HASH_SIZE
ESP-Miner/components/stratum/stratum_api.c
Line 238 in 80e72cc
The last hex string converted overwrites 32 bytes of memory not allocated
The text was updated successfully, but these errors were encountered:
Set proper size in hex2bin call
bbc5114
Fixes skot#302
Successfully merging a pull request may close this issue.
The
hex2bin
len parameter takes the destination length that isHASH_SIZE
and not the source length.ESP-Miner/components/stratum/stratum_api.c
Line 238 in 80e72cc
The last hex string converted overwrites 32 bytes of memory not allocated
The text was updated successfully, but these errors were encountered: