1
1
Nathan Hjelm 2ed4501490 osc: fix coverity issues
Fix CID 1324726 (#1 of 1): Free of address-of expression (BAD_FREE):

Indeed, if a lock conflicts with the lock_all we will end up trying to
free an invalid pointer.

Fix CID 1328826 (#1 of 1): Dereference after null check (FORWARD_NULL):

This was intentional but it would be a good idea to check for
module->comm being non_NULL to be safe. Also cleaned out some checks
for NULL before free().

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-03-18 09:11:48 -06:00
..
2016-02-07 07:22:22 +02:00
2016-02-04 16:59:39 -07:00
2016-02-04 16:59:39 -07:00
2016-02-04 16:59:39 -07:00
2015-10-22 15:50:40 -06:00
2016-02-04 16:59:39 -07:00
2015-06-25 10:04:42 -06:00