mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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:
committed by
David Howells
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, "ASN1_OP_END_SET_OF%s,\n", act);
|
||||||
render_opcode(out, "_jump_target(%u),\n", entry);
|
render_opcode(out, "_jump_target(%u),\n", entry);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (e->action)
|
if (e->action)
|
||||||
render_opcode(out, "_action(ACT_%s),\n",
|
render_opcode(out, "_action(ACT_%s),\n",
|
||||||
|
Reference in New Issue
Block a user