diff options
Diffstat (limited to 'changes/bug8791')
-rw-r--r-- | changes/bug8791 | 5 |
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. |