[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] wait a minute, weasel said there was a memory-stomping bug ...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] wait a minute, weasel said there was a memory-stomping bug ...
- From: arma@seul.org (Roger Dingledine)
- Date: Fri, 16 Apr 2004 04:49:16 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 16 Apr 2004 04:49:35 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
connection_edge.c
Log Message:
wait a minute, weasel said there was a memory-stomping bug here
let's see if we find it
Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_edge.c,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- connection_edge.c 16 Apr 2004 08:21:35 -0000 1.166
+++ connection_edge.c 16 Apr 2004 08:49:14 -0000 1.167
@@ -950,6 +950,8 @@
}
rendcirc->timestamp_dirty = time(NULL);
introcirc->timestamp_dirty = time(NULL);
+ assert_circuit_ok(rendcirc);
+ assert_circuit_ok(introcirc);
return 0;
}
}