The length parameter of ompi_mtl_portals4_long_isend() was declared as "int", which may not be big enough depending on the platform and compiler options used. This commit changes the type to size_t to prevent overflow.