Files
flatbuffers/tests/fuzzer/flatbuffers_parser_fuzzer.cc
Vladimir Glavnyy bc7eb8adeb [fuzzer] Fix mistakes in the parser and scalar fuzzers. (#6314)
The flatbuffers::Parser::Parse() isn't an idempotent method for schema parsing.
This commit removes a wrong for-loop that tried to check the same schema twice.
2020-12-07 11:47:33 -08:00

1.6 KiB