mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-16 21:34:53 +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.