Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

dotnet: Arithmetic operation resulted in an overflow #1

Description

@matt454357

SwModelReaderCore returns an error when attempting to get preview image. Every time the Rol() method is called, I get System.OverflowException. It happens at this line:

return (byte)((bits << shift) | (bits >> (8 - shift)));

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