Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): Validate Variant ArrayLength against its ArrayDimensi…
…ons during binary decode This lead to the fuzzer complaing since we hade the check for _encode but not for _decode. This is not a direct memory issue per se. But the consistency check allows early discovery of problematic values and can potentially remove bugs where the user relies on the array dimensions and the array length to match.
- Loading branch information