]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug8791
authorNick Mathewson <nickm@torproject.org>
Tue, 14 May 2013 16:26:26 +0000 (12:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 14 May 2013 16:26:26 +0000 (12:26 -0400)
changes/bug8791 [new file with mode: 0644]

diff --git a/changes/bug8791 b/changes/bug8791
new file mode 100644 (file)
index 0000000..0a65e28
--- /dev/null
@@ -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.