summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-13 13:30:53 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-13 13:30:53 -0400
commit787da5185c531c890343c0b95190de9f48246934 (patch)
tree4d671fbbe77d2fe97b38f579d7a8d816b7e69f02 /changes
parente8b81d7dc5cb03a97136125d3ea50788fad9eab3 (diff)
parentcb9fa3b04c7d35eb04bb5f695606bfafe97c88d1 (diff)
downloadtor-787da5185c531c890343c0b95190de9f48246934.tar.gz
tor-787da5185c531c890343c0b95190de9f48246934.zip
Merge remote-tracking branch 'onionk/strcmpstart1'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket276303
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27630 b/changes/ticket27630
new file mode 100644
index 0000000000..8a5f5d6b5b
--- /dev/null
+++ b/changes/ticket27630
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Use the simpler strcmpstart() helper in rend_parse_v2_service_descriptor
+ instead of strncmp(). Closes ticket 27630.