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)
117117 connman.RemoveAddedNode (random_string);
118118 break ;
119119 case 24 : {
120- const std::vector<bool > asmap = ConsumeRandomLengthIntegralVector< bool > (fuzzed_data_provider, 512 );
120+ const std::vector<bool > asmap = ConsumeRandomLengthBitVector (fuzzed_data_provider);
121121 if (SanityCheckASMap (asmap)) {
122122 connman.SetAsmap (asmap);
123123 }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
6363 break ;
6464 }
6565 case 3 : {
66- const std::vector<bool > asmap = ConsumeRandomLengthIntegralVector< bool > (fuzzed_data_provider, 128 );
66+ const std::vector<bool > asmap = ConsumeRandomLengthBitVector (fuzzed_data_provider);
6767 if (!SanityCheckASMap (asmap)) {
6868 break ;
6969 }
You can’t perform that action at this time.
0 commit comments