]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
wait a minute, weasel said there was a memory-stomping bug here
authorRoger Dingledine <arma@torproject.org>
Fri, 16 Apr 2004 08:49:14 +0000 (08:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 16 Apr 2004 08:49:14 +0000 (08:49 +0000)
let's see if we find it

svn:r1639

src/or/connection_edge.c

index 82ab4c0f3b49a9679d7037bbefad3997bfbda269..8bfe0b55128092826a384336fd74466185403171 100644 (file)
@@ -950,6 +950,8 @@ int connection_ap_handshake_attach_circuit(connection_t *conn) {
         }
         rendcirc->timestamp_dirty = time(NULL);
         introcirc->timestamp_dirty = time(NULL);
+        assert_circuit_ok(rendcirc);
+        assert_circuit_ok(introcirc);
         return 0;
       }
     }