Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer.
Closes #18749.
Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer.
Closes #18749.
77 | @@ -92,12 +78,6 @@ void test_one_input(const std::vector<uint8_t>& buffer)
78 | try {
79 | (void)ProcessMessage(&p2p_node, random_message_type, random_bytes_data_stream, GetTimeMillis(), Params(), *g_setup->m_node.mempool, g_setup->m_node.connman.get(), g_setup->m_node.banman.get(), std::atomic<bool>{false});
80 | } catch (const std::ios_base::failure& e) {
} catch (const std::ios_base::failure&) {
Oh, fixed! Please re-review :)
ACK if travis passes
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.