mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00

allAddr was being allocated with counters instead of the actual size of the address map. This led to the possibility of including nils in the returned slice, which resulted in a panic.