Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
878a521e
Commit
878a521e
authored
Aug 27, 2017
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialize all fields
parent
14fd3e5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
skeletons/constr_SEQUENCE.c
skeletons/constr_SEQUENCE.c
+1
-3
No files found.
skeletons/constr_SEQUENCE.c
View file @
878a521e
...
@@ -312,9 +312,7 @@ SEQUENCE_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
...
@@ -312,9 +312,7 @@ SEQUENCE_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
* sorted array of tags.
* sorted array of tags.
*/
*/
const
asn_TYPE_tag2member_t
*
t2m
;
const
asn_TYPE_tag2member_t
*
t2m
;
asn_TYPE_tag2member_t
key
;
asn_TYPE_tag2member_t
key
=
{
tlv_tag
,
edx
,
0
,
0
};
key
.
el_tag
=
tlv_tag
;
key
.
el_no
=
edx
;
t2m
=
(
const
asn_TYPE_tag2member_t
*
)
bsearch
(
&
key
,
t2m
=
(
const
asn_TYPE_tag2member_t
*
)
bsearch
(
&
key
,
specs
->
tag2el
,
specs
->
tag2el_count
,
specs
->
tag2el
,
specs
->
tag2el_count
,
sizeof
(
specs
->
tag2el
[
0
]),
_t2e_cmp
);
sizeof
(
specs
->
tag2el
[
0
]),
_t2e_cmp
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment