Merge branch 'maint-0.3.3'

This commit is contained in:
Nick Mathewson
2018-05-10 09:22:32 -04:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1897,7 +1897,7 @@ desc_sig_is_valid(const char *b64_sig,
}
/* Find the start of signature. */
sig_start = tor_memstr(encoded_desc, encoded_len, "\n" str_signature);
sig_start = tor_memstr(encoded_desc, encoded_len, "\n" str_signature " ");
/* Getting here means the token parsing worked for the signature so if we
* can't find the start of the signature, we have a code flow issue. */
if (!sig_start) {