From 7aee95b321f61d2b9cd9b29834b1cdcc7f2a0cbb Mon Sep 17 00:00:00 2001 From: j-b-1-7 Date: Fri, 19 Jul 2019 13:34:47 -0300 Subject: [PATCH] ODIN_II: Fix coverity issue 201170 --- ODIN_II/SRC/netlist_create_from_ast.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ODIN_II/SRC/netlist_create_from_ast.cpp b/ODIN_II/SRC/netlist_create_from_ast.cpp index d67df2f9a2b..db3a8a63891 100644 --- a/ODIN_II/SRC/netlist_create_from_ast.cpp +++ b/ODIN_II/SRC/netlist_create_from_ast.cpp @@ -3632,6 +3632,7 @@ signal_list_t *assignment_alias(ast_node_t* assignment, char *instance_name_pref if (right_memory) { // Register inputs for later assignment directly to the memory. + oassert(right_inputs); int i; for (i = 0; i < right_inputs->count; i++) {