pull in fuzzers, add CI scripts later

This commit is contained in:
Chris Wolfe
2018-02-05 19:24:51 -06:00
parent f8eb1dec64
commit 1e08150838
5 changed files with 70 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ Deprecated and removed features:
* lh_table_lookup() has been removed, use lh_table_lookup_ex() instead.
* Remove TRUE and FALSE defines, use 1 and 0 instead.
Build changes:
--------------
* Add a top level fuzz directory for fuzzers run by OSS-Fuzz
0.13 (up to commit 5dae561, 2017/11/29)
=================================