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.
2 parents 0d39831 + 600b8c7 commit 94bab63Copy full SHA for 94bab63
ompi/mca/pml/ob1/pml_ob1_isend.c
@@ -86,7 +86,7 @@ static inline int mca_pml_ob1_send_inline (const void *buf, size_t count,
86
int rc;
87
88
bml_btl = mca_bml_base_btl_array_get_next(&endpoint->btl_eager);
89
- if( NULL == bml_btl->btl->btl_sendi)
+ if( NULL == bml_btl || NULL == bml_btl->btl->btl_sendi)
90
return OMPI_ERR_NOT_AVAILABLE;
91
92
ompi_datatype_type_size (datatype, &size);
0 commit comments