[or-cvs] wait a minute, weasel said there was a memory-stomping bug ...

Roger Dingledine arma at seul.org
Fri Apr 16 08:49:16 UTC 2004


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;
       }
     }



More information about the tor-commits mailing list