Skip to content

Commit

Permalink
Remove redundant call to exifData().
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Jul 28, 2021
1 parent 593fcbd commit db1529a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuzz/fuzz-read-print-write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t * data, size_t size) {
assert(image.get() != 0);

image->readMetadata();
image->exifData();

// Print to a std::ostringstream so that the fuzzer doesn't
// produce lots of garbage on stdout.
Expand Down

0 comments on commit db1529a

Please sign in to comment.