Skip to content

Commit

Permalink
X.509: remove possible code fragility: enumeration values not handled
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
antonioalecrim authored and dhowells committed Sep 25, 2013
1 parent e19aaa7 commit eb8948a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/asn1_compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,8 @@ static void render_out_of_line_list(FILE *out)
render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
render_opcode(out, "_jump_target(%u),\n", entry);
break;
default:
break;
}
if (e->action)
render_opcode(out, "_action(ACT_%s),\n",
Expand Down

0 comments on commit eb8948a

Please sign in to comment.