summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-10 11:27:41 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-10 11:27:41 -0400
commitaebd72a2f07dbbc102c58639b399451342c4e3ac (patch)
treeaa79f7859bc14f9d649cb657d1c85e78070e8a91 /changes
parent26dd4d92cfac7a201607caf280accec1b2d7d897 (diff)
downloadtor-aebd72a2f07dbbc102c58639b399451342c4e3ac.tar.gz
tor-aebd72a2f07dbbc102c58639b399451342c4e3ac.zip
changes file for 17868
Diffstat (limited to 'changes')
-rw-r--r--changes/178684
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/17868 b/changes/17868
new file mode 100644
index 0000000000..77a8ba1c9d
--- /dev/null
+++ b/changes/17868
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Our base64 decoding functions no longer overestimate the output
+ space that they will need when parsing unpadded inputs.
+ Closes ticket 17868.