]> git.ipfire.org Git - thirdparty/tor.git/commit
Correct the bulletproofing of routerlist_insert()
authorNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 14:51:02 +0000 (10:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 14:51:02 +0000 (10:51 -0400)
commit3ed4c5dc05a1954a8c68d0f7e9fb802f3155d308
tree99ccbcef357b54ddf8fe7d0a6da963e4a4756c54
parent8e07798284faba6cc2492ca98e50f2e8bcb70934
Correct the bulletproofing of routerlist_insert()

The original code updated some variables, but forgot to remove a
replaced old-routerdesc from rl->old_routers.

Related to bug 1776.
changes/routerlist_ins_replace [new file with mode: 0644]
src/or/routerlist.c