The oss-fuzz fuzzer has been reporting some failing testcases for les. They're all spurious, and cannot reliably be reproduced. However, running them showed that there was a goroutine leak: the tests created a lot of new clients, which started an exec queue that was never torn down. This PR fixes the goroutine leak, and also a log message which was erroneously formatted. |
||
|---|---|---|
| .. | ||
| fuzzers | ||
| solidity | ||
| testdata@c600d7795a | ||
| block_test_util.go | ||
| block_test.go | ||
| difficulty_test_util.go | ||
| difficulty_test.go | ||
| gen_btheader.go | ||
| gen_difficultytest.go | ||
| gen_stenv.go | ||
| gen_sttransaction.go | ||
| gen_vmexec.go | ||
| init_test.go | ||
| init.go | ||
| rlp_test_util.go | ||
| rlp_test.go | ||
| state_test_util.go | ||
| state_test.go | ||
| transaction_test_util.go | ||
| transaction_test.go | ||
| vm_test_util.go | ||
| vm_test.go | ||