Merge branch 'maint-0.4.3' into maint-0.4.4
[tor.git] / changes / ticket33956
blob7ad802797d785fba305992c830b4c21591ea5b02
1   o Code simplification and refactoring:
2     - Define and use a new constant TOR_ADDRPORT_BUF_LEN which is like
3       TOR_ADDR_BUF_LEN but includes enough space for an IP address,
4       brackets, seperating colon, and port number. Closes ticket 33956.
5       Patch by Neel Chauhan.