Skip to content

Commit

Permalink
Uninitialized value.
Browse files Browse the repository at this point in the history
  • Loading branch information
katef committed Jul 20, 2024
1 parent 61fb10e commit a7d6847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libfsm/print/ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ make_state(const struct fsm *fsm, fsm_state_t state,
if (fsm_iscomplete(fsm, state)) {
mode.state = fsm_findmode(fsm, state, &mode.freq);
} else {
mode.state = 0; /* XXX: dummy */
mode.freq = 0;
}

Expand Down

0 comments on commit a7d6847

Please sign in to comment.