Skip to content

some IR files with uncommon subchunk1Size (>16) would fail to load #64

Description

@fab672000

the root cause is that the skipping and remainder code part has a bug:
const int skipChars = extraBytes / 4

should be:
const int skipChars = extraBytes / 4 * 4; // truncate to dword size

Have a fix here:
#63

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions