aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/json-c
Commit message (Collapse)AuthorAge
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* switch to cmake, find new headers (#3630)Gravatar Chris Wolfe2020-04-12
|
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* [json-c] enable dataflow config (#1632). (#3265)Gravatar Max Moroz2020-01-21
| | | Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F3fc8371d-951a-4003-9ce5-97d4adaf449c&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:54:26.943000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:54:25.085Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T18:50:28.370948047Z, double checking with Travis.
* Enable i386 fuzzing on another 11 projects (#2752)Gravatar jonathanmetzman2019-08-23
|
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* [json-c] Add project (#1123)Gravatar Chris Wolfe2018-02-01
* Add a fuzzer for json_tokener_parse_ex. detect_leaks=0 * remove comments, add email * remove options file * free the object; the fuzzer was responsible for the leak * remove control characters * make the dict match the fuzzer for the convention to load the dict * decl and use * fix signature, reinterpret * add hawicz's email