mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
|
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.
|