1
1
openmpi/opal/mca/btl
Nathan Hjelm 60f3dbd160 btl/openib: fix udcm coverity errors
Fix CID 1312120: Uninitialized scalar variable

The response type will always be set unless a message of another type is passed to this function. To make sure that error is caught I am adding an assert.

Fix CID 1312116: Dereference after null check

This is a potential bug. If there is no endpoint data for an incoming connection a rejection should be sent. In this case we would just SEGV.

Fix CID 1312115: Dereference after null check

Clear error in the error message. Use the queue pair number that was passed in.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-09-23 17:08:27 -06:00
..
base Add the ability to send host buffers through one sized staging buffers and CUDA buffers through different sized buffers. Fixes performance issues 2015-07-02 11:11:15 -04:00
openib btl/openib: fix udcm coverity errors 2015-09-23 17:08:27 -06:00
portals4 btl/portals4: add send flag to btl_flags 2015-09-10 08:55:55 -06:00
scif Typo in the modex_recv. 2015-09-14 18:00:02 -04:00
self btl: btls are now required to set the send flag if supported 2015-09-10 08:55:54 -06:00
sm btl/sm: mca_btl_sm_sendi: do not set *descriptor when descriptor is NULL 2015-09-14 14:04:40 +09:00
smcuda Remove OPAL_HAVE_HWLOC qualifier and error out if --without-hwloc is given 2015-09-04 16:54:40 -07:00
tcp Silence some warnings and address Coverity issues 2015-09-16 07:58:22 -07:00
template Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ugni ompi/proc: add proc hash table for ompi_proc_t objects 2015-09-10 08:55:54 -06:00
usnic usnic: create blocking libevent for progress thread emulation 2015-09-18 11:53:03 -07:00
vader btl: btls are now required to set the send flag if supported 2015-09-10 08:55:54 -06:00
btl.h btl.h: update comment for new add_procs behavior 2015-09-10 08:55:55 -06:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00