]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 19222
authorNick Mathewson <nickm@torproject.org>
Fri, 23 Dec 2016 14:53:16 +0000 (09:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 23 Dec 2016 14:53:16 +0000 (09:53 -0500)
changes/bug19222 [new file with mode: 0644]

diff --git a/changes/bug19222 b/changes/bug19222
new file mode 100644 (file)
index 0000000..72714e1
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (bug resilience):
+    - Fix an (unreachable) size_t overflow in base64_decode(). Fixes bug
+      19222; bugfix on 0.2.0.9-alpha.  Found by Guido Vranken; fixed by
+      Hans Jerry Illikainen.