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
commit eb8948a upstream.

Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
  • Loading branch information
Antonio Alecrim Jr authored and Jiri Slaby committed May 19, 2016
1 parent a1178cc commit ca76e51
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
@@ -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",

0 comments on commit ca76e51

Please sign in to comment.