Skip to content

Fix buffer overrun in solveOutputScript#88

Open
jahrsg wants to merge 1 commit intoznort987:masterfrom
jahrsg:fix_bufsize
Open

Fix buffer overrun in solveOutputScript#88
jahrsg wants to merge 1 commit intoznort987:masterfrom
jahrsg:fix_bufsize

Conversation

@jahrsg
Copy link

@jahrsg jahrsg commented Apr 15, 2018

pubKeyBuffer was initialized with 256 zeros, but buffers with length 160 are sent to this function.

pubKeyBuffer was initialized with 256 zeros, but buffers with length 160
were send to this function.
@linux-mining
Copy link

linux-mining commented Jun 5, 2018

Hi jahrsg. With your changes does this make it to the end of the blockchain? I assume I just remove parser.cpp and util.cpp and replace with with yours and compile?

Anyway, that what I did as the original only made it to ~74% and crashed. Running with your changes now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments