|
|
@ -11,7 +11,7 @@
|
|
|
|
/** Flags that are not forbidden by an assert */
|
|
|
|
/** Flags that are not forbidden by an assert */
|
|
|
|
static bool IsValidFlagCombination(unsigned flags);
|
|
|
|
static bool IsValidFlagCombination(unsigned flags);
|
|
|
|
|
|
|
|
|
|
|
|
void test_one_input(std::vector<uint8_t> buffer)
|
|
|
|
void test_one_input(const std::vector<uint8_t>& buffer)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
CDataStream ds(buffer, SER_NETWORK, INIT_PROTO_VERSION);
|
|
|
|
CDataStream ds(buffer, SER_NETWORK, INIT_PROTO_VERSION);
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|