From: Nick Mathewson Date: Fri, 23 Dec 2016 14:53:16 +0000 (-0500) Subject: changes file for 19222 X-Git-Tag: tor-0.3.0.2-alpha~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70243affe7cb013978b010448ecbc305a8f1bb09;p=thirdparty%2Ftor.git changes file for 19222 --- diff --git a/changes/bug19222 b/changes/bug19222 new file mode 100644 index 0000000000..72714e1c6f --- /dev/null +++ b/changes/bug19222 @@ -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.