projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1199f
)
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
Willy Tarreau
<w@1wt.eu>
Sun, 21 Aug 2016 15:26:12 +0000
(17:26 +0200)
commit
eb8948a03704f3dbbfc7e83090e20e93c6c476d2
upstream.
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
scripts/asn1_compiler.c
patch
|
blob
|
blame
|
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",