Commit da3ca411 authored by Lev Walkin's avatar Lev Walkin

removed check for extension group

parent 8d01b4c0
......@@ -732,13 +732,13 @@ SEQUENCE_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
ctx->phase = 1; /* Processing body phase */
continue;
}
/* Fall through */
case XCT_UNEXPECTED: {
int edx_end;
int n;
if(!ctx->phase
|| edx >= td->elements_count
|| !IN_EXTENSION_GROUP(specs, td->elements_count))
|| edx >= td->elements_count)
break; /* Really unexpected */
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment