Actions
Optimization #3591
openfuzz: target with pcap, rules and yaml
Effort:
Difficulty:
Label:
Description
Like fuzz_sigpcap, but with yaml also added as input. We see missing coverage due to code paths disabled in yaml.
Updated by Philippe Antoine over 3 years ago
That was the original intent of the fuzz_sigpcap target.
But I think you told me that configuration could be only loaded once at startup...
Should I dig it ?
Updated by Philippe Antoine over 2 years ago
- Related to Optimization #4125: Ideal integration into oss-fuzz added
Updated by Philippe Antoine 6 days ago
This requires the possibility to modify and apply some config values. (which we may want to reuse or not with the socket command for instance)
For example SMTPConfigure
is only called at startup and we cannot change smtp_config.mime_config.body_md5
after it
Actions