diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-28 14:43:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-28 14:43:33 -0400 |
commit | cb083b5d3e21307b2dd762a1e891b71a9bd69eda (patch) | |
tree | 59a00ea9695378cda68b602db30930bce73dc91e /changes | |
parent | 794a25f8c11971cf71f472820c2d3cd6a0f29b94 (diff) | |
parent | 216bc353d3c724e8348408800f389c0c76c2bbc6 (diff) | |
download | tor-cb083b5d3e21307b2dd762a1e891b71a9bd69eda.tar.gz tor-cb083b5d3e21307b2dd762a1e891b71a9bd69eda.zip |
Merge remote-tracking branch 'asn-github/t-25432'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25432 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket25432 b/changes/ticket25432 new file mode 100644 index 0000000000..21ca201343 --- /dev/null +++ b/changes/ticket25432 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Merge functions used for describing nodes and suppress the functions + that do not allocate memory for the output buffer string. + NODE_DESC_BUF_LEN constant and format_node_description() function + cannot be used externally from router.c module anymore. + Closes ticket 25432. Patch by valentecaio. |