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
Dmitry Baryshkov
nettle
Commits
e2e07b99
Commit
e2e07b99
authored
Oct 21, 2002
by
Niels Möller
Browse files
(sexp_iterator_next): Abort if iterator type is boogus.
Rev: src/nettle/sexp.c:1.10
parent
e8d48357
Changes
1
Hide whitespace changes
Inline
Side-by-side
sexp.c
View file @
e2e07b99
...
...
@@ -172,6 +172,8 @@ sexp_iterator_next(struct sexp_iterator *iterator)
* element. */
return
sexp_iterator_parse
(
iterator
);
}
/* If we get here, we have a bug. */
abort
();
}
/* Current element must be a list. */
...
...
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