-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels