Skip to content

Commit

Permalink
Resolved bug in kMaxValue in SerializationTest for toml_fuzzer (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
capuanob authored Nov 23, 2023
1 parent b196494 commit d8fa9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/toml_fuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum class SerializationTest
JSON,
YAML,
TOML,
kMaxValue = YAML
kMaxValue = TOML
};

extern "C" int LLVMFuzzerTestOneInput(const std::uint8_t* data, const std::size_t size)
Expand Down

0 comments on commit d8fa9a1

Please sign in to comment.