Commit d8f5c5b8 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Changes file for bug8791

parent 88a780d8
Loading
Loading
Loading
Loading

changes/bug8791

0 → 100644
+5 −0
Original line number Diff line number Diff line
  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.