[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1379340294-13562-1-git-send-email-antonio.alecrim@gmail.com>
Date: Mon, 16 Sep 2013 11:04:54 -0300
From: Antonio Alecrim Jr <antonio.alecrim@...il.com>
To: David Howells <dhowells@...hat.com>,
Rusty Russell <rusty@...tcorp.com.au>,
linux-kernel@...r.kernel.org
Cc: Antonio Alecrim Jr <antonio.alecrim@...il.com>
Subject: [PATCH 1/1] X.509: remove possible code fragility: enumeration values not handled
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@...il.com>
---
scripts/asn1_compiler.c | 2 ++
1 file changed, 2 insertions(+)
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",
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists