The recent commit d4e1ae5 triggered 2 new Coverity errors:
- CID 1529675: Uninitialized variables (UNINIT) in /opal/mca/common/ofi/common_ofi.c: 859 in opal_common_ofi_select_provider()
- CID 1529674: Null pointer dereferences (FORWARD_NULL) /opal/mca/common/ofi/common_ofi.c: 636 in is_near()
This should probably be fixed.
The fix for this issue should also be added to 5.0.x PR #11645