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
This is a security vulnerability.
Though we have a detection for block download stalling in SendMessages() of src/main.cpp at line 6380, the timeout for header sync remain unchecked.
SendMessages()
src/main.cpp
This check should be also added to the SendMessages() function, and disconnect the stalling peer after timeout.
Similar fix from Bitcoin: bitcoin/bitcoin@76f7481.
Reported by 6004ed5feaa31ae9df36b5dbc60f0fa53255a5fb734334082c6d202405fc738c.
6004ed5feaa31ae9df36b5dbc60f0fa53255a5fb734334082c6d202405fc738c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a security vulnerability.
Though we have a detection for block download stalling in
SendMessages()
ofsrc/main.cpp
at line 6380, the timeout for header sync remain unchecked.This check should be also added to the
SendMessages()
function, and disconnect the stalling peer after timeout.Similar fix from Bitcoin: bitcoin/bitcoin@76f7481.
Reported by
6004ed5feaa31ae9df36b5dbc60f0fa53255a5fb734334082c6d202405fc738c
.The text was updated successfully, but these errors were encountered: