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
2ca78d9a
Commit
2ca78d9a
authored
Jun 23, 2020
by
Mouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aper: deal with byte paddings by Krzysztof Witek <kwitek@kw-net.com>
commit vlm/asn1c e9e346064b67a0946
parent
100e6229
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
skeletons/constr_SEQUENCE.c
skeletons/constr_SEQUENCE.c
+4
-0
No files found.
skeletons/constr_SEQUENCE.c
View file @
2ca78d9a
...
...
@@ -1641,6 +1641,10 @@ SEQUENCE_decode_aper(const asn_codec_ctx_t *opt_codec_ctx,
ASN_DEBUG
(
"Read in extensions bitmap for %s of %ld bits (%x..)"
,
td
->
name
,
bmlength
,
*
epres
);
/* Deal with padding */
if
(
aper_get_align
(
pd
)
<
0
)
ASN__DECODE_STARVED
;
/* Go over extensions and read them in */
for
(
edx
=
specs
->
first_extension
;
edx
<
td
->
elements_count
;
edx
++
)
{
asn_TYPE_member_t
*
elm
=
&
td
->
elements
[
edx
];
...
...
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