bug8791 304 B

12345
  1. o Minor bugfixes:
  2. - In the function munge_extrainfo_into_routerinfo(), check the return
  3. value of memchr(). This would have been a serious issue if we ever
  4. passed a non-extrainfo to munge_extrainfo_into_routerinfo. Fixes
  5. bug 8791; bugfix on 0.2.0.6-alpha. Patch from Arlo Breault.