-
Notifications
You must be signed in to change notification settings - Fork 20.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodes crash down after receiving a serial of messages generated by fuzzer, and cannot be recovered #23866
Labels
Comments
Already opened it in leveldb repo syndtr/goleveldb#373 |
CVE-2021-43668 has been assigned for this issue. |
Closing this, without any way to repro it, there's not much action we can take on this. |
vtermanis
added a commit
to Iotic-Labs/iotics-identity-go
that referenced
this issue
Jan 5, 2022
… in 398057a) - github.com/fomichev/secp256k1 has negative performance impact - vulnerability associated with go-ethereum is not relevant (i.e. code not touched) See also ethereum/go-ethereum#23866 - Bump github.com/ethereum/go-ethereum to v1.10.14
vtermanis
added a commit
to Iotic-Labs/iotics-identity-go
that referenced
this issue
Jan 7, 2022
… in 398057a) - github.com/fomichev/secp256k1 has negative performance impact - vulnerability associated with go-ethereum is not relevant (i.e. code not touched) See also ethereum/go-ethereum#23866 - Bump github.com/ethereum/go-ethereum to v1.10.14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Geth version:
1.10.9-unstable-9ada4a2e-20210910
OS & Version: MacOS
Network: Private test net
Expected behaviour
Node sync block in the private net.
Actual behaviour
Node crashed down with "runtime error: invalid memory address or nil pointer dereference"
Steps to reproduce the behaviour
The running command for the node is
./build/bin/geth --identity "ETH-node10" --datadir "node10" --ethash.dagdir "node10" --port "30312" --maxpeers 15 --networkid 10086 --syncmode "fast" --bootnodes "enode://e71bec68f09c4b9567bd4575d855ea61b179b1d64e6f78c861ebddf3783178f95edaaf39647c1f792bc654d0931ad25415d50c25c437787183c0b0a32a76da85@127.0.0.1:0?discport=30301" --mine --miner.etherbase 0xd192415624a039b24ad571f96cb438de9f0556a7 --miner.threads 1 console
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: