Commit eb8948a0 authored by Antonio Alecrim Jr's avatar Antonio Alecrim Jr Committed by David Howells

X.509: remove possible code fragility: enumeration values not handled

Signed-off-by: default avatarAntonio Alecrim Jr <antonio.alecrim@gmail.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent e19aaa7d
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment