Skip to content

fuzz testing fails for adj and meshex due to length fields #117

@ScanMountGoat

Description

@ScanMountGoat

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.

Adj {
    entry_count: 4244438268,
    entries: [],
    index_buffer: [
        -772,
        -772,
        -772,
        -772,
        -772,
        -772,
        -772,
    ],
}
  • adj
  • meshex

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingssbh_libreading and writing of ssbh files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions