
23 Dec
2016
23 Dec
'16
2:58 p.m.
commit 70243affe7cb013978b010448ecbc305a8f1bb09 Author: Nick Mathewson <nickm@torproject.org> Date: Fri Dec 23 09:53:16 2016 -0500 changes file for 19222 --- changes/bug19222 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/bug19222 b/changes/bug19222 new file mode 100644 index 0000000..72714e1 --- /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.