This function only sanitizes large signed values, but FEX is using for uint32_t types as well which may or may not be correct depending on how the kernel is interpreting these values.
Go through all the implementations and ensure what behaviour is expected when someone is passing in 0x8000'0000 iovec.
This function only sanitizes large signed values, but FEX is using for
uint32_ttypes as well which may or may not be correct depending on how the kernel is interpreting these values.Go through all the implementations and ensure what behaviour is expected when someone is passing in
0x8000'0000iovec.