projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19aaa7
)
X.509: remove possible code fragility: enumeration values not handled
author
Antonio Alecrim Jr
<antonio.alecrim@gmail.com>
Mon, 16 Sep 2013 14:04:54 +0000
(11:04 -0300)
committer
David Howells
<dhowells@redhat.com>
Wed, 25 Sep 2013 16:17:01 +0000
(17:17 +0100)
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
scripts/asn1_compiler.c
patch
|
blob
|
history
diff --git
a/scripts/asn1_compiler.c
b/scripts/asn1_compiler.c
index db0e5cd34c70866e097e0af91d745d1d96d579fe..91c4117637ae1fdf33d385ea5c3f9eba601e03a8 100644
(file)
--- 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",