> Hi!
>
> As mentioned in the PR, if bit_offset is not zero, subclasses array
> may contain for unions more entries than classes array. We are going
> to ignore the extra entries, because we only check the ones below words,
> but as classes[words] and above is uninitialized, this triggers undefin
Hi!
As mentioned in the PR, if bit_offset is not zero, subclasses array
may contain for unions more entries than classes array. We are going
to ignore the extra entries, because we only check the ones below words,
but as classes[words] and above is uninitialized, this triggers undefined
behavior.