numam-spdk/test/unit/lib/iscsi
Seth Howell 93edd7b023 test/unit: fix scan-build errors in iscsi tests
One was an API issue, another was a dereference of a null pointer that
resulted from a possible call to a stubbed function in the unittest
common code, and the last was an erroneous use-after-free due to
scan-build apparently not understanding TAILQ_REMOVE.

Change-Id: I9111817e9e990ff6e388351c08f34c2e945df62d
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/423959
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-08-31 00:01:09 +00:00
..
conn.c test: Include test_env.c in several unit tests 2018-08-27 18:44:51 +00:00
init_grp.c iscsi: Add JSON config/info dump for initiator group. 2018-05-10 19:38:26 +00:00
iscsi.c test/unit: fix scan-build errors in iscsi tests 2018-08-31 00:01:09 +00:00
param.c test: fix typos in the test directory 2018-08-27 19:39:31 +00:00
portal_grp.c test/unit: remove more scan-build errors 2018-07-09 19:45:40 +00:00
tgt_node.c iscsi: Add JSON config/info dump for target node. 2018-05-04 17:45:48 +00:00
common.c test/unit: fix scan-build errors in iscsi tests 2018-08-31 00:01:09 +00:00
Makefile iscsi&iscsi/ut: Unify cpumask decode between iSCSI.conf and JSON-RPC 2018-01-19 15:47:57 -05:00