aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8791
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-14 12:26:26 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-14 12:26:26 -0400
commitd8f5c5b88d55c1d8893212663a7c2878f9c0c8b7 (patch)
treec03e8e9f8ece4efa755166debdf3e1f6e8a94195 /changes/bug8791
parent88a780d8990622bfc0faa3b5299d0c21012f2c41 (diff)
downloadtor-d8f5c5b88d55c1d8893212663a7c2878f9c0c8b7.tar
tor-d8f5c5b88d55c1d8893212663a7c2878f9c0c8b7.tar.gz
Changes file for bug8791
Diffstat (limited to 'changes/bug8791')
-rw-r--r--changes/bug87915
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8791 b/changes/bug8791
new file mode 100644
index 000000000..0a65e286c
--- /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.