Skip to content
New issue

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

btcec: check if recovered pk is at point of infinity #1750

Merged
merged 2 commits into from Sep 13, 2021

Conversation

MariusVanDerWijden
Copy link
Contributor

This adds a check to ensure that the recovered pk is not at the point of infinity

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1230974468

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • 9 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.02%) to 52.903%

Files with Coverage Reduction New Missed Lines %
mempool/mempool.go 1 66.75%
database/ffldb/blockio.go 4 92.62%
peer/peer.go 4 75.95%
Totals Coverage Status
Change from base Build 1193116021: 0.02%
Covered Lines: 21021
Relevant Lines: 39735

💛 - Coveralls

Copy link
Member

@jcvernaleo jcvernaleo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@jcvernaleo jcvernaleo added the bug label Sep 13, 2021
@jcvernaleo jcvernaleo added this to In progress / Awaiting changes in btcd-dev via automation Sep 13, 2021
@jcvernaleo jcvernaleo added this to the 0.22.1 milestone Sep 13, 2021
@jcvernaleo jcvernaleo self-assigned this Sep 13, 2021
@jcvernaleo jcvernaleo merged commit 5e6736a into btcsuite:master Sep 13, 2021
btcd-dev automation moved this from In progress / Awaiting changes to Done Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
btcd-dev
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants