blockparser
blockparser copied to clipboard
memset kSHA256ByteSize in solveOutputScript
Just saw that you are using memset(pubKeyHash, 0, kSHA256ByteSize) with 20 byte pubKeyHash which causes stack smashing.
this crashes the closure option.
Solution?