flocore-node/src
Braydon Fuller cadbc0a79d GetBlockIndex segmentation fault with genesis block
Fixes an bug where accessing `prevBlockIndex->phashBlock` for the
genesis block would cause a segmentation fault with an error of
"Cannot access memory at address 0x0". As the genesis block doesn't
have a previous hash, it will now set the "prevHash" to "null".
2015-09-16 09:23:13 -04:00
..
libbitcoind.cc GetBlockIndex segmentation fault with genesis block 2015-09-16 09:23:13 -04:00
libbitcoind.h Performed lexical cast on the reject code instead of using a sprintf. 2015-09-10 13:20:06 -04:00