Skip to content
Snippets Groups Projects
Commit 76988baf authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix bug when parsing list of router descriptors containing a truncated entry. (Found by Lasse)

svn:r5327
parent 267af9ec
No related branches found
No related tags found
No related merge requests found
......@@ -675,6 +675,7 @@ router_parse_list_from_string(const char **s, smartlist_t *dest)
if (strcmpstart(cp, "\n-----END SIGNATURE-----\n")) {
info(LD_DIR, "Ignoring truncated router descriptor.");
*s = end;
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment