| commit | cf41a1c1e163cd27f8efc19ec84f1e7ae1ba3254 | [log] [tgz] |
|---|---|---|
| author | Hasnain Lakhani <m.hasnain.lakhani@gmail.com> | Mon Aug 25 10:55:35 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Aug 25 10:55:35 2025 -0700 |
| tree | 551b37a9f41fa2b9269ee1add79e747474a31cb9 | |
| parent | c51ab5f70821104cd1fd22371d006997ebc0554b [diff] [blame] |
THRIFT-5855: Add c_glib fuzzers Add fuzzers for c_glib support, to improve the reliability/robustness of the implementation
diff --git a/FUZZING.md b/FUZZING.md index f0f0324..b3e0c15 100644 --- a/FUZZING.md +++ b/FUZZING.md
@@ -16,10 +16,10 @@ We currently maintain fuzzers for the following languages: - Go (needs improvement) +- c_glib (partially supported, needs round-trip support) We are working on adding fuzzers for the following languages: -- c_glib - C++ - Rust - Swift