Skip to content

Commit 9ee1c4a

Browse files
committed
ODIN_II: Fix coverity issue CID 201571
1 parent e708d1e commit 9ee1c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ODIN_II/SRC/netlist_create_from_ast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,6 +3676,7 @@ signal_list_t *assignment_alias(ast_node_t* assignment, char *instance_name_pref
36763676
if (left_memory)
36773677
{
36783678
// Index all inputs to the left memory for implicit memory direct assignment.
3679+
oassert(in_1);
36793680
int i;
36803681
for (i = 0; i < in_1->count; i++)
36813682
{

0 commit comments

Comments
 (0)