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