Skip to content

Commit

Permalink
Update tests/libfuzzer/verifier_fuzzer/libfuzz_harness.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Thaler <dthaler1968@gmail.com>
  • Loading branch information
Alan-Jowett and dthaler committed Apr 19, 2024
1 parent e0728a2 commit fc17c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libfuzzer/verifier_fuzzer/libfuzz_harness.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FUZZ_EXPORT int __cdecl LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
std::stringstream stream(std::string((const char*)data, size));

ELFIO::elfio reader;
// Read the ELF file from the stream to determine it's length.
// Read the ELF file from the stream to determine its length.
// This leaves the stream at the end of the ELF file.
// All data after the ELF file is considered the data to be passed to the program.
if (!reader.load(stream)) {
Expand Down

0 comments on commit fc17c43

Please sign in to comment.