소스 검색

wait a minute, weasel said there was a memory-stomping bug here
let's see if we find it


svn:r1639

Roger Dingledine 21 년 전
부모
커밋
359c1fb9aa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/or/connection_edge.c

+ 2 - 0
src/or/connection_edge.c

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