瀏覽代碼

Changes file for bug8791

Nick Mathewson 11 年之前
父節點
當前提交
d8f5c5b88d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      changes/bug8791

+ 5 - 0
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.