[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ca76e51ed3b56af681e0623956a6c2481cfc8900.1463648873.git.jslaby@suse.cz>
Date: Thu, 19 May 2016 11:08:38 +0200
From: Jiri Slaby <jslaby@...e.cz>
To: stable@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Antonio Alecrim Jr <antonio.alecrim@...il.com>,
David Howells <dhowells@...hat.com>,
Jiri Slaby <jslaby@...e.cz>
Subject: [PATCH 3.12 76/76] X.509: remove possible code fragility: enumeration values not handled
From: Antonio Alecrim Jr <antonio.alecrim@...il.com>
3.12-stable review patch. If anyone has any objections, please let me know.
===============
commit eb8948a03704f3dbbfc7e83090e20e93c6c476d2 upstream.
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@...il.com>
Signed-off-by: David Howells <dhowells@...hat.com>
Signed-off-by: Jiri Slaby <jslaby@...e.cz>
---
scripts/asn1_compiler.c | 2 ++
1 file changed, 2 insertions(+)
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",
--
2.8.2
Powered by blists - more mailing lists