From: Antonio Alecrim Jr Date: Mon, 16 Sep 2013 14:04:54 +0000 (-0300) Subject: X.509: remove possible code fragility: enumeration values not handled X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb8948a03704f3dbbfc7e83090e20e93c6c476d2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git X.509: remove possible code fragility: enumeration values not handled Signed-off-by: Antonio Alecrim Jr Signed-off-by: David Howells --- diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c index db0e5cd34c70..91c4117637ae 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",