You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adj and meshex both expose array lengths as fields. The following example fails to read in a write+read+write operation because of the invalid count. The same issue applies to meshex.
One solution is to avoid storing the length fields using BinRead's support for temporary variables. SsbhWrite may require an additional attribute to correctly generate the needed field. An easier option that doesn't rely on macro application order is to simply implement SsbhWrite manually to generate the necessary missing fields.
ScanMountGoat
changed the title
fuzz testing fails for adj and meshex due to entry counts
fuzz testing fails for adj and meshex due to length fields
Jan 7, 2022
MeshEx tests still fail since the entries and flags can be initialized with a different number of elements. The current implementation returns an error. This could be ignored in the fuzz tests to allow for checking other errors.
Adj and meshex both expose array lengths as fields. The following example fails to read in a write+read+write operation because of the invalid count. The same issue applies to meshex.
The text was updated successfully, but these errors were encountered: