Details
Description
size_t is unsigned, ssize_t is signed. However, the fallback types are swapped making them incorrect for their purpose. The attached patch rectifies this oversight.
size_t is unsigned, ssize_t is signed. However, the fallback types are swapped making them incorrect for their purpose. The attached patch rectifies this oversight.