Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 542844832e6eccbce6c0650ba5d244562c60e09b
      
https://github.com/btcsuite/btcd/commit/542844832e6eccbce6c0650ba5d244562c60e09b
  Author: Javed Khan <[email protected]>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M peer/peer.go

  Log Message:
  -----------
  peer: fix panic due to err in handleVersionMsg

In case of an error during protocol negotiation in handleVersionMsg,
immediately break out and prevent further processing of OnVersion
listener which generally depends upon peer attributes like NA to be set
during the negotiation. Fixes #579.


Reply via email to