mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
add a little note about matt's 0.2.0.12-alpha crash
svn:r12918
This commit is contained in:
parent
a223f5db03
commit
869858bf57
@ -2381,6 +2381,8 @@ routerlist_remove_old(routerlist_t *rl, signed_descriptor_t *sd, int idx)
|
|||||||
idx = sd->routerlist_index;
|
idx = sd->routerlist_index;
|
||||||
}
|
}
|
||||||
tor_assert(0 <= idx && idx < smartlist_len(rl->old_routers));
|
tor_assert(0 <= idx && idx < smartlist_len(rl->old_routers));
|
||||||
|
/* XXX020 edmanm's bridge relay triggered the following assert while
|
||||||
|
* running 0.2.0.12-alpha: */
|
||||||
tor_assert(smartlist_get(rl->old_routers, idx) == sd);
|
tor_assert(smartlist_get(rl->old_routers, idx) == sd);
|
||||||
tor_assert(idx == sd->routerlist_index);
|
tor_assert(idx == sd->routerlist_index);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user