thepudds / fzgen

Auto-gen Go fuzzing wrappers from normal code. Finds buggy call sequences, including data races & deadlocks. Supports rich signature types.
Apache License 2.0
105 stars 5 forks source link

What would I need to work on to add support for logrus.FieldLogger as a function argument? #19

Open jasikpark opened 2 years ago

jasikpark commented 2 years ago

// skipping Fuzz_Bits_Check because parameters include func, chan, or unsupported interface: github.com/sirupsen/logrus.FieldLogger

^^ the project I'm testing out fzgen w/ to setup fuzzers in uses l logrus.FieldLogger as the first argument to 90% of it's functions - I suppose maybe I should see how they test things...