summaryrefslogtreecommitdiff
path: root/tests/fuzzer
AgeCommit message (Expand)AuthorFilesLines
2020-11-23[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)Vladimir Glavnyy9-20/+355
2020-11-13Experimental fix for failing oss-fuzz coverage build (#6259)AdamKorcz1-1/+1
2020-11-12Update to flags in fuzzing-cmake file (#6256)AdamKorcz1-3/+12
2020-03-16Fix interpretation of 'nan(number)' by the idl_parser (#5810)Vladimir Glavnyy4-64/+146
2020-01-02Removed code_generators.cpp from library targetsWouter van Oortmerssen1-2/+0
2019-12-02Remove a static_assert (#5643)Google AutoFuzz Team1-5/+1
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy5-92/+119
2018-10-22Add fuzzer test for scalar numbers in json. (#4996)Vladimir Glavnyy8-70/+591
2018-07-16Updated fuzzer scriptsWouter van Oortmerssen3-5/+10
2016-05-25Add simple libfuzzer based test.Wouter van Oortmerssen60-3/+77
2016-05-23Uncomment the corpus attribute since b/28762769 is fixed,Wouter van Oortmerssen54-0/+2
2016-05-23Add a fuzzer for flatbuffers, derived from the one used in Chromium:Wouter van Oortmerssen2-0/+14