Skip to content

Commit

Permalink
Refs #20732: Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Apr 15, 2024
1 parent 9c740bc commit 62b4eea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fuzz/C++/fuzz_XMLProfiles/fuzz_XMLProfiles.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ extern "C" int LLVMFuzzerTestOneInput(
return EXIT_FAILURE;
}

if (ReturnCode_t::RETCODE_OK != fastdds::dds::DomainParticipantFactory::get_instance()->load_XML_profiles_string(reinterpret_cast<const char*>(data), size))
{
return EXIT_FAILURE;
}
fastdds::dds::DomainParticipantFactory::get_instance()->load_XML_profiles_string(reinterpret_cast<const char*>(data), size);

return 0;
}

0 comments on commit 62b4eea

Please sign in to comment.