Skip to content

Commit

Permalink
Fuzz Metadata::print() with nullptr parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Jun 24, 2023
1 parent 6b186a4 commit 7a0380e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/fuzz-read-print-write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {

image->readMetadata();
for (auto& md : image->exifData()) {
md.print();
md.print(&image->exifData());
}
for (auto& md : image->iptcData()) {
Expand Down

0 comments on commit 7a0380e

Please sign in to comment.