linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] X.509: remove possible code fragility: enumeration values not handled
@ 2013-09-16 14:04 Antonio Alecrim Jr
  2013-09-25 11:55 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Alecrim Jr @ 2013-09-16 14:04 UTC (permalink / raw)
  To: David Howells, Rusty Russell, linux-kernel; +Cc: Antonio Alecrim Jr

Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] X.509: remove possible code fragility: enumeration values not handled
  2013-09-16 14:04 [PATCH 1/1] X.509: remove possible code fragility: enumeration values not handled Antonio Alecrim Jr
@ 2013-09-25 11:55 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2013-09-25 11:55 UTC (permalink / raw)
  To: Antonio Alecrim Jr; +Cc: dhowells, Rusty Russell, linux-kernel


Imported.  I wonder if it would be better to abort, though.

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-25 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-16 14:04 [PATCH 1/1] X.509: remove possible code fragility: enumeration values not handled Antonio Alecrim Jr
2013-09-25 11:55 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).