Files
Thomas Van Lenten 3c8b0109b1 Use the fuzz options support to control encoding options. (#2049)
In looking at the code coverage on oss-fuzz, I realized the encoding
support never goes down paths related to options being not the default,
so go ahead and allow the existing options extraction to set those also,
so we're running everything possible to help look for bugs.

All but one of the options defaulted to "false", so since the fuzz
options parsing was ensuring the extra bits were zero, it is safe to
just add the option. The one that wasn't zero, we add a new "inverted"
bool so all saved cases remain valid.

This also gave us the change to control "partial" on binary decoding, so
wire that up also.

Lastly, while at it, increase the options logging so it is a little more
complete.
2026-05-05 10:16:24 -04:00
..