summaryrefslogtreecommitdiffstats
path: root/scripts/asn1_compiler.c
diff options
context:
space:
mode:
authorAntonio Alecrim Jr <antonio.alecrim@gmail.com>2013-09-16 11:04:54 -0300
committerDavid Howells <dhowells@redhat.com>2013-09-25 17:17:01 +0100
commiteb8948a03704f3dbbfc7e83090e20e93c6c476d2 (patch)
tree67c70f71c9b7b0f0dc4c3fc93f51506f059544e8 /scripts/asn1_compiler.c
parente19aaa7d43bed3bf6740a2931878beef5da9d7d9 (diff)
downloadop-kernel-dev-eb8948a03704f3dbbfc7e83090e20e93c6c476d2.zip
op-kernel-dev-eb8948a03704f3dbbfc7e83090e20e93c6c476d2.tar.gz
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>
Diffstat (limited to 'scripts/asn1_compiler.c')
-rw-r--r--scripts/asn1_compiler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c
index db0e5cd..91c4117 100644
--- a/scripts/asn1_compiler.c
+++ b/scripts/asn1_compiler.c
@@ -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",
OpenPOWER on IntegriCloud