issues
search
sero-cash
/
go-sero
The Total Solution for Blockchain with Privacy Protecting
https://sero.cash
GNU Lesser General Public License v3.0
140
stars
42
forks
source link
Fix discv5 net topic idx range check
#2
Open
0xmountaintop
opened
5 years ago
0xmountaintop
commented
5 years ago
The current check can cause crash because of overflowing.
See
https://github.com/ethereum/go-ethereum/pull/17274
https://github.com/ethereum/go-ethereum/pull/17571
for detail
The current check can cause crash because of overflowing.
See