Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WrYQe-0001W9-Dg for bitcoin-development@lists.sourceforge.net; Mon, 02 Jun 2014 20:01:56 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of peernova.com designates 209.85.128.170 as permitted sender) client-ip=209.85.128.170; envelope-from=toshi@peernova.com; helo=mail-ve0-f170.google.com; Received: from mail-ve0-f170.google.com ([209.85.128.170]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WrYQd-0004k9-KH for bitcoin-development@lists.sourceforge.net; Mon, 02 Jun 2014 20:01:56 +0000 Received: by mail-ve0-f170.google.com with SMTP id db11so5767966veb.15 for ; Mon, 02 Jun 2014 13:01:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=3YwMyEInXwjrEjV3QY8jkdt+dQpgVCthlEaZNIPN/r8=; b=aClhVIgJyuEuDUQEU7y1HMvX3PqR3eWzg0xOl7Ut0U66CwYMEmN8QRBy4PIncsnev+ Iv7diddZDlGBRisJZXoUx0GiOkpAgGYVCUwR359Tj4EUx2us5nXgBh28A7lFuwWrnXl9 vSaJgWhuyZIj2cey7i7KlZ3P8IAepLj33YQ8u7neSM1N5yo4MNQhKEQvUSdY/N5xaom5 CpEHDvvKwlo8zIh6S6iulG2ct/vJsQDepqdWxLUkLLqDHr+1+88rAGHGvEE27ZEiU9H4 kbbfv/7dr4an5zdH2VkGh5ccJBN5c6p6ov1tzucA0M3/XnKE42Nww2QL8BHu6QwHze6K foAQ== X-Gm-Message-State: ALoCoQmbBHfmIWRJaNNOJ0PCbOwBnYmkUZBHAF08PjVG7PHV1oCWFzuTuJrEICM3yW0BXfZJEmlb MIME-Version: 1.0 X-Received: by 10.58.227.193 with SMTP id sc1mr3068767vec.43.1401739309917; Mon, 02 Jun 2014 13:01:49 -0700 (PDT) Received: by 10.52.34.146 with HTTP; Mon, 2 Jun 2014 13:01:49 -0700 (PDT) Date: Mon, 2 Jun 2014 13:01:49 -0700 Message-ID: From: Toshi Morita To: bitcoin-development Content-Type: multipart/alternative; boundary=047d7bd6b87ca2bccd04fadfdd01 X-Spam-Score: -0.5 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message X-Headers-End: 1WrYQd-0004k9-KH Subject: [Bitcoin-development] Another uninitialized memory problem X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 20:01:56 -0000 --047d7bd6b87ca2bccd04fadfdd01 Content-Type: text/plain; charset=UTF-8 I'm seeing another uninitialized memory problem in bitcoind using valgrind: 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== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==2337== Command: ./bitcoind ==2337== ==2337== Conditional jump or move depends on uninitialised value(s) ==2337== at 0x319176: CWallet::LoadKeyMetadata(CPubKey const&, CKeyMetadata const&) (wallet.cpp:110) ==2337== by 0x33645A: ReadKeyValue(CWallet*, CDataStream&, CDataStream&, CWalletScanState&, std::string&, std::string&) (walletdb.cpp:509) ==2337== by 0x3374F0: CWalletDB::LoadWallet(CWallet*) (walletdb.cpp:623) ==2337== by 0x3218FD: CWallet::LoadWallet(bool&) (wallet.cpp:1485) ==2337== by 0x157F16: AppInit2(boost::thread_group&) (init.cpp:958) ==2337== by 0x140142: AppInit(int, char**) (bitcoind.cpp:143) ==2337== by 0x13649E: main (bitcoind.cpp:180) ==2337== --047d7bd6b87ca2bccd04fadfdd01 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm seeing another uninitialized memory problem in bit= coind using valgrind:

tm@tm-VirtualBox:~/bitcoind/bitcoin/src$ valgr= ind ./bitcoind
=3D=3D2337=3D=3D Memcheck, a memory error detector
=3D= =3D2337=3D=3D Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward = et al.
=3D=3D2337=3D=3D Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyrig= ht info
=3D=3D2337=3D=3D Command: ./bitcoind
=3D=3D2337=3D=3D
=3D= =3D2337=3D=3D Conditional jump or move depends on uninitialised value(s)=3D=3D2337=3D=3D=C2=A0=C2=A0=C2=A0 at 0x319176: CWallet::LoadKeyMetadata(C= PubKey const&, CKeyMetadata const&) (wallet.cpp:110)
=3D=3D2337=3D=3D=C2=A0=C2=A0=C2=A0 by 0x33645A: ReadKeyValue(CWallet*, CDat= aStream&, CDataStream&, CWalletScanState&, std::string&, st= d::string&) (walletdb.cpp:509)
=3D=3D2337=3D=3D=C2=A0=C2=A0=C2=A0 by= 0x3374F0: CWalletDB::LoadWallet(CWallet*) (walletdb.cpp:623)
=3D=3D2337=3D=3D=C2=A0=C2=A0=C2=A0 by 0x3218FD: CWallet::LoadWallet(bool&am= p;) (wallet.cpp:1485)
=3D=3D2337=3D=3D=C2=A0=C2=A0=C2=A0 by 0x157F16: Ap= pInit2(boost::thread_group&) (init.cpp:958)
=3D=3D2337=3D=3D=C2=A0= =C2=A0=C2=A0 by 0x140142: AppInit(int, char**) (bitcoind.cpp:143)
=3D=3D2337=3D=3D=C2=A0=C2=A0=C2=A0 by 0x13649E: main (bitcoind.cpp:180)
= =3D=3D2337=3D=3D

--047d7bd6b87ca2bccd04fadfdd01--