Skip to content

32-bit [non-]support #3

@DavidBuchanan314

Description

@DavidBuchanan314

This code was written with 64-bit platforms in mind. If sizeof(size_t) == 4, bad things might happen (wrt. integer overflows related to the length of large buffers).

I should either make sure it works safely on 32-bit platforms (I suspect not!), or prevent it from building on 32-bit platforms.

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