Commit Graph

6 Commits

Author SHA1 Message Date
DavidKorczynski b30c216a88
gson: use latest maven to fix build (#6883) 2021-11-22 14:55:28 +00:00
Marcono1234 753ab21186
Simplify Gson setup (#6833) 2021-11-17 23:16:59 +00:00
DavidKorczynski 67f7329eb7
gson: add stream parse fuzzer (#6819) 2021-11-12 22:01:49 +00:00
DavidKorczynski 197a375deb
gson: catch highest excpetion in FuzzReader (#6797) 2021-11-08 11:44:01 +00:00
DavidKorczynski 0c9df2ec8b
gson: catch highest level exceptions (#6792)
* gson: catch highest level exception

This should fix
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40795

Signed-off-by: David Korczynski <david@adalogics.com>

* gson: catch all exceptions. This should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40787
2021-11-07 18:51:19 +00:00
DavidKorczynski 3a50fc6dac
gson: initial integration (#6742)
* gson: initial integration

* gson: fix project yaml

* gson: update maven

* gson: include reader fuzzer

* gson: finalize integraiton
2021-11-06 09:59:25 -07:00