decred / dcrd

Decred daemon in Go (golang).
https://decred.org
ISC License
731 stars 288 forks source link

mixclient: Avoid overwriting prev PRs slice #3332

Closed jrick closed 3 months ago

jrick commented 3 months ago

In the case that blame assignment occurs, create a fresh allocation for a new slice of PRs instead of writing into the memory of the previous slice.