1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/txpool
Håvard Anda Estensen 06632da2bb
all: assign zero after resize in implementations of heap.Interface (#26296)
This changes the Pop method to assign the zero value before
reducing slice size. Doing so ensures the backing array does not
reference removed item values.
2022-12-05 13:49:54 +01:00
..
journal.go
list.go all: assign zero after resize in implementations of heap.Interface (#26296) 2022-12-05 13:49:54 +01:00
list_test.go
noncer.go
txpool.go
txpool_test.go