1
1
openmpi/opal/class
Nathan Hjelm 852cc8cfbc opal: fix various coverity errors
Fix CID 1356358:  Null pointer dereferences  (REVERSE_INULL):

flist->fl_mpool can no longer be NULL. Removed the conditional.

Fix CID 1356357:  Resource leaks  (RESOURCE_LEAK):

Added the call to free the hints array.

Fix CID 1356356:  Resource leaks  (RESOURCE_LEAK):

This is a false error but it is safe to call close (-1) so just always
call close.

Fix CID 1356354:  Control flow issues  (MISSING_BREAK):
Fix CID 1356353:  Control flow issues  (MISSING_BREAK):

Add comments that indicate the fall-through is intentional.

Fix CID 1356351:  Null pointer dereferences  (FORWARD_NULL):

Fix potential SEGV if the page_size key is malformed.

Fix CID 1356350:  Error handling issues  (CHECKED_RETURN):

Add (void) to indicate that we do not care about the return code of
sscanf in this case.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-03-17 10:05:57 -06:00
..
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_bitmap.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_bitmap.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_fifo.c Add opal_fifo_t class 2014-12-04 15:30:02 -07:00
opal_fifo.h opal/fifo: if available use load-linked store-conditional 2015-08-18 14:01:52 -06:00
opal_free_list.c opal: fix various coverity errors 2016-03-17 10:05:57 -06:00
opal_free_list.h opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
opal_graph.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_graph.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_hash_table.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_hash_table.h more c99 updates 2015-06-25 10:14:13 -06:00
opal_hotel.c opal hotel: only delete events that have not yet fired 2016-01-13 10:59:06 -08:00
opal_hotel.h opal hotel: only delete events that have not yet fired 2016-01-13 10:59:06 -08:00
opal_lifo.c Rename opal_atomic_lifo_t to opal_lifo_t and improve interface 2014-12-04 15:30:02 -07:00
opal_lifo.h opal/lifo: add load-linked store-conditional support 2015-08-18 14:01:52 -06:00
opal_list.c Revert " Releasing the list items when list destructor is called" 2015-10-27 15:24:48 -07:00
opal_list.h Modify the OPAL_LIST_RELEASE and OPAL_LIST_DESTRUCT macros to release the objects only when the list object is refcounted down to 1, which will then reach zero when destructed/released at the end of the macro 2015-10-27 16:42:46 -07:00
opal_object.c Merge pull request #517 from hjelmn/class_fix 2015-08-31 12:13:58 -07:00
opal_object.h opal/mutex: add static mutex initializers 2015-10-14 16:08:41 -06:00
opal_pointer_array.c Improving opal_pointer_array bounds checking (using 2015-07-23 11:53:16 -07:00
opal_pointer_array.h Improving opal_pointer_array bounds checking (using 2015-07-23 11:53:16 -07:00
opal_rb_tree.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_rb_tree.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_ring_buffer.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_ring_buffer.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_tree.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_tree.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_value_array.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_value_array.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00