tor/changes/ticket27630
cypherpunks ab91302fd0 nodelist: use strcmpstart() instead of strncmp()
in rend_parse_v2_service_descriptor.
Fix on c58675ca72
2018-09-12 14:03:06 +00:00

4 lines
169 B
Plaintext

o Code simplification and refactoring:
- Use the simpler strcmpstart() helper in rend_parse_v2_service_descriptor
instead of strncmp(). Closes ticket 27630.