Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

CalculateDXBCChecksum with invalid results or stack overflow #1

@TheCrazyT

Description

@TheCrazyT

Not shure if this happens because i compiled with a 64-bit compiler.
For some reason i was getting a stack overflow or invalid hashes.
Line that caused this was typedef unsigned long int UINT4; on DXBCChecksum.cpp .
I replaced that with: typedef uint32_t UINT4; instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions