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) {
0 } catch (const std::ios_base::failure&) {
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
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.
practicalswift
MarcoFalke
DrahtBot
Labels
Tests