"Christian Z." <
chri...@zuckschwerdt.org> writes:
> The last batch of decoders were not checked thoroughly. Comments and PRs
> welcome!
We probably should insist, when merging decoders, that they validate
length (no unchecked reads), and that everything that is known is
checked. Trying to use the HA integration has pointed out that there
are way too many false decodes.
I would go further, and say that if any field is not decoded, the
decoder should be changed to output it as an unknown field, and the
submitter can figure out whether to leave it because it really varies,
or to check for a small set of values, if that seems ok.