parse_cli.l:497: ``` <getup2tc>[0-7] { up2tc_a[up2tc_idx] = atoi(yytext); up2tc_idx++; ``` up2tc_idx is possibly outside bounds. Needs closer inspection.