X.509: remove possible code fragility: enumeration values not handled
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
e19aaa7d43
commit
eb8948a037
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue