Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
d500a967
Commit
d500a967
authored
Nov 27, 2005
by
Lev Walkin
Browse files
*** empty log message ***
parent
1b4d059c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d500a967
0.9.20: 2005-Nov-
13
0.9.20: 2005-Nov-
27
* SET OF CHOICE, SEQUENCE OF CHOICE and a certain named S/O types
are represented differently in XER. THIS IS AN ICOMPATIBLE CHANGE.
(Test case 70) (Severity: low; Security impact: low)
* PER implementation has
started
* PER implementation has
begun
* asn1c: Removed -ftypes88 command line option.
0.9.19: 2005-Oct-06
...
...
skeletons/INTEGER.c
View file @
d500a967
...
...
@@ -206,7 +206,7 @@ INTEGER_print(asn_TYPE_descriptor_t *td, const void *sptr, int ilevel,
(
void
)
td
;
(
void
)
ilevel
;
if
(
!
st
&&
!
st
->
buf
)
if
(
!
st
||
!
st
->
buf
)
ret
=
cb
(
"<absent>"
,
8
,
app_key
);
else
ret
=
INTEGER__dump
(
td
,
st
,
cb
,
app_key
,
0
);
...
...
@@ -426,7 +426,7 @@ INTEGER_encode_xer(asn_TYPE_descriptor_t *td, void *sptr,
(
void
)
ilevel
;
(
void
)
flags
;
if
(
!
st
&&
!
st
->
buf
)
if
(
!
st
||
!
st
->
buf
)
_ASN_ENCODE_FAILED
;
er
.
encoded
=
INTEGER__dump
(
td
,
st
,
cb
,
app_key
,
1
);
...
...
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