Re: [Bitcoin-development] bitcoind minor bug in wallet and possible fix

2014-05-29 Thread Toshi Morita
Ok. Done. Toshi On Thu, May 29, 2014 at 5:06 PM, Mark Friedenbach wrote: > Please make a pull request on github. It'll likely get merged quickly. > On May 29, 2014 5:04 PM, "Toshi Morita" wrote: > >> I ran bitcoind under valgrind and found a place where it references an >> uninitialized vari

Re: [Bitcoin-development] bitcoind minor bug in wallet and possible fix

2014-05-29 Thread Mark Friedenbach
Please make a pull request on github. It'll likely get merged quickly. On May 29, 2014 5:04 PM, "Toshi Morita" wrote: > I ran bitcoind under valgrind and found a place where it references an > uninitialized variable in some cases: > > tm@tm-VirtualBox:~/bitcoind/bitcoin/src$ valgrind ./bitcoind >

[Bitcoin-development] bitcoind minor bug in wallet and possible fix

2014-05-29 Thread Toshi Morita
I ran bitcoind under valgrind and found a place where it references an uninitialized variable in some cases: tm@tm-VirtualBox:~/bitcoind/bitcoin/src$ valgrind ./bitcoind ==2337== Memcheck, a memory error detector ==2337== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==2337== Usi