1 Commits

Author SHA1 Message Date
David Korczynski 4f94d25452 Extend fuzz harness suite and fix false positive
Extends the fuzzing suite to a broader set of targets. The main goal
here is to improve code coverage, of which a recent report is available
here:
https://storage.googleapis.com/oss-fuzz-coverage/brpc/reports/20260326/linux/src/report.html

This also fixes false positives in some of the fuzzing harnesses due to
a missing Socket. This fixes issues e.g.
https://issues.oss-fuzz.com/issues/42532345

The new fuzzing harnesses and the fix should show meaningful coverage
gains.

Signed-off-by: David Korczynski <david@adalogics.com>
2026-03-28 11:59:47 -07:00