From: Nick Mathewson Date: Tue, 14 May 2013 16:26:26 +0000 (-0400) Subject: Changes file for bug8791 X-Git-Tag: tor-0.2.5.1-alpha~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8f5c5b88d55c1d8893212663a7c2878f9c0c8b7;p=thirdparty%2Ftor.git Changes file for bug8791 --- diff --git a/changes/bug8791 b/changes/bug8791 new file mode 100644 index 0000000000..0a65e286c0 --- /dev/null +++ b/changes/bug8791 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - In the function munge_extrainfo_into_routerinfo(), check the return + value of memchr(). This would have been a serious issue if we ever + passed a non-extrainfo to munge_extrainfo_into_routerinfo. Fixes + bug 8791; bugfix on 0.2.0.6-alpha. Patch from Arlo Breault.