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
fd97d5ec
Commit
fd97d5ec
authored
Sep 15, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more logging
parent
b1e07089
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
libasn1fix/asn1fix_constraint.c
libasn1fix/asn1fix_constraint.c
+4
-2
libasn1fix/asn1fix_crange.c
libasn1fix/asn1fix_crange.c
+1
-1
No files found.
libasn1fix/asn1fix_constraint.c
View file @
fd97d5ec
...
...
@@ -238,10 +238,12 @@ _constraint_value_resolve(arg_t *arg, asn1p_module_t *mod, asn1p_value_t **value
tmp_expr
=
asn1f_lookup_symbol
(
arg
,
mod
,
(
*
value
)
->
value
.
reference
);
if
(
tmp_expr
==
NULL
)
{
FATAL
(
"Cannot find symbol %s "
FATAL
(
"Cannot find symbol %s
(%s)
"
"used in %s subtype constraint at line %d"
,
asn1f_printable_reference
((
*
value
)
->
value
.
reference
),
arg
->
expr
->
Identifier
,
arg
->
expr
->
_lineno
);
mod
->
Identifier
,
arg
->
expr
->
Identifier
,
arg
->
expr
->
_lineno
);
assert
((
*
value
)
->
type
==
ATV_REFERENCED
);
return
-
1
;
}
...
...
libasn1fix/asn1fix_crange.c
View file @
fd97d5ec
...
...
@@ -326,7 +326,7 @@ static int _range_fill(asn1p_value_t *val, const asn1cnst_range_t *minmax, asn1c
return
0
;
break
;
case
ATV_REFERENCED
:
FATAL
(
"Unre
cogniz
ed constraint element
\"
%s
\"
at line %d"
,
FATAL
(
"Unre
solv
ed constraint element
\"
%s
\"
at line %d"
,
asn1f_printable_reference
(
val
->
value
.
reference
),
lineno
);
return
-
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