We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d863b commit 3aa62f2Copy full SHA for 3aa62f2
src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.c
@@ -1535,7 +1535,6 @@ static int MPID_nem_tcp_recv_handler(sockconn_t * const sc)
1535
int (*reqFn) (MPIDI_VC_t *, MPIR_Request *, int *);
1536
1537
MPIR_Assert(rreq->dev.iov_count > 0);
1538
- MPIR_Assert(rreq->dev.iov_count + rreq->dev.iov_offset <= MPL_IOV_LIMIT);
1539
1540
bytes_recvd = MPL_large_readv(sc_fd, iov, rreq->dev.iov_count);
1541
if (bytes_recvd <= 0) {
0 commit comments