Loading system/stack/test/fuzzers/a2dp/codec/a2dpCodecInfoFuzzHelpers.h +3 −0 Original line number Diff line number Diff line Loading @@ -21,8 +21,11 @@ // It is included by the corresponding "...Functions.h" file. #include <fuzzer/FuzzedDataProvider.h> #include <vector> #include "a2dp_codec_api.h" #include "stack/test/fuzzers/common/commonFuzzHelpers.h" // Keep a vector of any allocated codec_info objects. // It will be up to the caller to free this array at the end of a fuzz loop Loading Loading
system/stack/test/fuzzers/a2dp/codec/a2dpCodecInfoFuzzHelpers.h +3 −0 Original line number Diff line number Diff line Loading @@ -21,8 +21,11 @@ // It is included by the corresponding "...Functions.h" file. #include <fuzzer/FuzzedDataProvider.h> #include <vector> #include "a2dp_codec_api.h" #include "stack/test/fuzzers/common/commonFuzzHelpers.h" // Keep a vector of any allocated codec_info objects. // It will be up to the caller to free this array at the end of a fuzz loop Loading