1
1
Nathan Hjelm 5e2bc2c662 btl/openib: fix coverity issue
CID 1269821 Dereference null return value (NULL_RETURNS)

This is another false positive that can be silenced by looping on
opal_list_remove_first instead of using both opal_list_is_empty and
opal_list_remove_first.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-05-29 08:44:03 -06:00
..
2015-05-08 09:48:51 +09:00
2015-05-29 08:44:03 -06:00
2015-02-26 13:45:51 +09:00
2015-05-15 00:14:28 -04:00