• Martin Holst Swende's avatar
    tests/fuzzers: fix goroutine leak in les fuzzer (#22455) · bc479936
    Martin Holst Swende authored
    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.
    bc479936
Name
Last commit
Last update
..
fuzzers Loading commit data...
solidity Loading commit data...
testdata @ c600d779 Loading commit data...
block_test.go Loading commit data...
block_test_util.go Loading commit data...
difficulty_test.go Loading commit data...
difficulty_test_util.go Loading commit data...
gen_btheader.go Loading commit data...
gen_difficultytest.go Loading commit data...
gen_stenv.go Loading commit data...
gen_sttransaction.go Loading commit data...
gen_vmexec.go Loading commit data...
init.go Loading commit data...
init_test.go Loading commit data...
rlp_test.go Loading commit data...
rlp_test_util.go Loading commit data...
state_test.go Loading commit data...
state_test_util.go Loading commit data...
transaction_test.go Loading commit data...
transaction_test_util.go Loading commit data...
vm_test.go Loading commit data...
vm_test_util.go Loading commit data...