Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
asn1c
Commits
d500a967
Commit
d500a967
authored
19 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
1b4d059c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-2
2 additions, 2 deletions
ChangeLog
skeletons/INTEGER.c
+2
-2
2 additions, 2 deletions
skeletons/INTEGER.c
with
4 additions
and
4 deletions
ChangeLog
+
2
−
2
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
* SET OF CHOICE, SEQUENCE OF CHOICE and a certain named S/O types
are represented differently in XER. THIS IS AN ICOMPATIBLE CHANGE.
are represented differently in XER. THIS IS AN ICOMPATIBLE CHANGE.
(Test case 70) (Severity: low; Security impact: low)
(Test case 70) (Severity: low; Security impact: low)
* PER implementation has
started
* PER implementation has
begun
* asn1c: Removed -ftypes88 command line option.
* asn1c: Removed -ftypes88 command line option.
0.9.19: 2005-Oct-06
0.9.19: 2005-Oct-06
...
...
This diff is collapsed.
Click to expand it.
skeletons/INTEGER.c
+
2
−
2
View file @
d500a967
...
@@ -206,7 +206,7 @@ INTEGER_print(asn_TYPE_descriptor_t *td, const void *sptr, int ilevel,
...
@@ -206,7 +206,7 @@ INTEGER_print(asn_TYPE_descriptor_t *td, const void *sptr, int ilevel,
(
void
)
td
;
(
void
)
td
;
(
void
)
ilevel
;
(
void
)
ilevel
;
if
(
!
st
&&
!
st
->
buf
)
if
(
!
st
||
!
st
->
buf
)
ret
=
cb
(
"<absent>"
,
8
,
app_key
);
ret
=
cb
(
"<absent>"
,
8
,
app_key
);
else
else
ret
=
INTEGER__dump
(
td
,
st
,
cb
,
app_key
,
0
);
ret
=
INTEGER__dump
(
td
,
st
,
cb
,
app_key
,
0
);
...
@@ -426,7 +426,7 @@ INTEGER_encode_xer(asn_TYPE_descriptor_t *td, void *sptr,
...
@@ -426,7 +426,7 @@ INTEGER_encode_xer(asn_TYPE_descriptor_t *td, void *sptr,
(
void
)
ilevel
;
(
void
)
ilevel
;
(
void
)
flags
;
(
void
)
flags
;
if
(
!
st
&&
!
st
->
buf
)
if
(
!
st
||
!
st
->
buf
)
_ASN_ENCODE_FAILED
;
_ASN_ENCODE_FAILED
;
er
.
encoded
=
INTEGER__dump
(
td
,
st
,
cb
,
app_key
,
1
);
er
.
encoded
=
INTEGER__dump
(
td
,
st
,
cb
,
app_key
,
1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment