summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-30 22:22:09 +1000
committerteor <teor@torproject.org>2020-04-30 22:22:09 +1000
commit6dc9930d3a14c30af0f285a884476f33a782938c (patch)
treecdfc6e78095427a32ae830c58d53b73da4506822 /changes
parentefcae919aea4611d9f4ec5815170c48fc67134cf (diff)
parent7bf257b1297d146047d10e0d527b45a88abf892a (diff)
downloadtor-6dc9930d3a14c30af0f285a884476f33a782938c.tar.gz
tor-6dc9930d3a14c30af0f285a884476f33a782938c.zip
Merge branch 'pr1870_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket339565
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket33956 b/changes/ticket33956
new file mode 100644
index 0000000000..7ad802797d
--- /dev/null
+++ b/changes/ticket33956
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Define and use a new constant TOR_ADDRPORT_BUF_LEN which is like
+ TOR_ADDR_BUF_LEN but includes enough space for an IP address,
+ brackets, seperating colon, and port number. Closes ticket 33956.
+ Patch by Neel Chauhan.