Skip to content

CRC32 Table 的类型宽度可能不足 #3

@Pearlfish-H

Description

@Pearlfish-H

C 标准只保证 unsigned 的宽度不小于 16 位。而在 CRC32 Table 中的数据是 32 位。此处应该使用 unsigned long 或者 uint32_t

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