[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8561: Track down a seg fault that's been bothering me a while: if (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8561: Track down a seg fault that's been bothering me a while: if (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Sun, 1 Oct 2006 03:53:18 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 01 Oct 2006 03:53:25 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2006-10-01 03:53:17 -0400 (Sun, 01 Oct 2006)
New Revision: 8561
Modified:
tor/trunk/src/or/routerlist.c
Log:
Track down a seg fault that's been bothering me a while: if you
enable your dirport as a client, you'll crash.
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2006-10-01 06:43:06 UTC (rev 8560)
+++ tor/trunk/src/or/routerlist.c 2006-10-01 07:53:17 UTC (rev 8561)
@@ -1385,7 +1385,6 @@
signed_descriptor_t *sd = signed_descriptor_from_routerinfo(ri);
digestmap_set(rl->desc_digest_map, sd->signed_descriptor_digest, sd);
smartlist_add(rl->old_routers, sd);
- ri->routerlist_index = -1;
} else {
routerinfo_free(ri);
}