You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Segfault is occurring when a peer reconnects while its disconnect is
still pending, which results in a live Session but no entry in
EthereumCapability::m_peers.
EthereumCapability::interpretCapabilityPacket directly accesses m_peers
via node ID rather than using a lookup function, which is causing the
segfault.
0 commit comments