Changes file for bug8791

This commit is contained in:
Nick Mathewson 2013-05-14 12:26:26 -04:00
parent 88a780d899
commit d8f5c5b88d

5
changes/bug8791 Normal file
View File

@ -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.