|
- sig_start = tor_memstr(encoded_desc, encoded_len, "\n" str_signature);
|
|
+ sig_start = tor_memstr(encoded_desc, encoded_len, "\n" str_signature " ");
|
|
* can't find the start of the signature, we have a code flow issue. */
|
|
* can't find the start of the signature, we have a code flow issue. */
|