• 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
..
abi Loading commit data...
bitutil Loading commit data...
bls12381 Loading commit data...
bn256 Loading commit data...
difficulty Loading commit data...
keystore Loading commit data...
les Loading commit data...
rangeproof Loading commit data...
rlp Loading commit data...
runtime Loading commit data...
stacktrie Loading commit data...
trie Loading commit data...
txfetcher Loading commit data...
README.md Loading commit data...