HomeFreeBSD

Add a Sizet type for 'size_t' values and use it instead of Int.

Description

Add a Sizet type for 'size_t' values and use it instead of Int.

Various size_t arguments were previously decoded as Int values instead
which would have truncated values above 2^31 on 64-bit systems.

Details

Provenance
jhbAuthored on
Parents
rS315522: use INT3 instead of NOP for x86 binary padding
Branches
Unknown
Tags
Unknown