From 9ee1c4a734ec2c193976a2d13e1d817af5af641a Mon Sep 17 00:00:00 2001 From: j-b-1-7 Date: Fri, 19 Jul 2019 15:48:21 -0300 Subject: [PATCH] ODIN_II: Fix coverity issue CID 201571 --- 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 b1536e9b093..1b4ec48fdbd 100644 --- a/ODIN_II/SRC/netlist_create_from_ast.cpp +++ b/ODIN_II/SRC/netlist_create_from_ast.cpp @@ -3676,6 +3676,7 @@ signal_list_t *assignment_alias(ast_node_t* assignment, char *instance_name_pref if (left_memory) { // Index all inputs to the left memory for implicit memory direct assignment. + oassert(in_1); int i; for (i = 0; i < in_1->count; i++) {