File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
117
117
connman.RemoveAddedNode (random_string);
118
118
break ;
119
119
case 24 : {
120
- const std::vector<bool > asmap = ConsumeRandomLengthIntegralVector< bool > (fuzzed_data_provider, 512 );
120
+ const std::vector<bool > asmap = ConsumeRandomLengthBitVector (fuzzed_data_provider);
121
121
if (SanityCheckASMap (asmap)) {
122
122
connman.SetAsmap (asmap);
123
123
}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
63
63
break ;
64
64
}
65
65
case 3 : {
66
- const std::vector<bool > asmap = ConsumeRandomLengthIntegralVector< bool > (fuzzed_data_provider, 128 );
66
+ const std::vector<bool > asmap = ConsumeRandomLengthBitVector (fuzzed_data_provider);
67
67
if (!SanityCheckASMap (asmap)) {
68
68
break ;
69
69
}
You can’t perform that action at this time.
0 commit comments