blockparser icon indicating copy to clipboard operation
blockparser copied to clipboard

memset kSHA256ByteSize in solveOutputScript

Open nikolapetkanski opened this issue 8 years ago • 1 comments

Just saw that you are using memset(pubKeyHash, 0, kSHA256ByteSize) with 20 byte pubKeyHash which causes stack smashing.

nikolapetkanski avatar Dec 15 '17 19:12 nikolapetkanski

this crashes the closure option.

Solution?

salber avatar Nov 02 '18 15:11 salber