mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 05:02:39 +00:00
[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)
- add a new method ParseJson to minimize failures during fuzzing - add default (conditional) move-constructor for Parser - add a new monster_fuzzer - switch fuzzers to C++17 and `test/cpp17` generated code
This commit is contained in:
23
tests/fuzzer/scalar_json.dict
Normal file
23
tests/fuzzer/scalar_json.dict
Normal file
@@ -0,0 +1,23 @@
|
||||
"-"
|
||||
"+"
|
||||
"."
|
||||
"e"
|
||||
"e+"
|
||||
"e-"
|
||||
"E"
|
||||
"E+"
|
||||
"E-"
|
||||
"0x"
|
||||
"-0x"
|
||||
"p"
|
||||
"a"
|
||||
"b"
|
||||
"c"
|
||||
"d"
|
||||
"e"
|
||||
"f"
|
||||
"nan"
|
||||
"inf"
|
||||
"-inf"
|
||||
"infinity"
|
||||
"-infinity"
|
||||
Reference in New Issue
Block a user