IOV_MAX
struct iovec iov_array[IOV_MAX], *iov = iov_array;
if (iovcnt < 0 || iovcnt > IOV_MAX) {
#ifndef IOV_MAX