Loading src/or/circuitlist.c +1 −1 Original line number Diff line number Diff line Loading @@ -504,7 +504,7 @@ circuit_free(circuit_t *circ) * "active" checks will be violated. */ cell_queue_clear(&circ->n_conn_cells); memset(circ, 0xAA, memlen); /* poison memory */ memset(mem, 0xAA, memlen); /* poison memory */ tor_free(mem); } Loading src/or/connection.c +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ _connection_free(connection_t *conn) connection_or_remove_from_identity_map(TO_OR_CONN(conn)); } memset(conn, 0xAA, memlen); /* poison memory */ memset(mem, 0xAA, memlen); /* poison memory */ tor_free(mem); } Loading Loading
src/or/circuitlist.c +1 −1 Original line number Diff line number Diff line Loading @@ -504,7 +504,7 @@ circuit_free(circuit_t *circ) * "active" checks will be violated. */ cell_queue_clear(&circ->n_conn_cells); memset(circ, 0xAA, memlen); /* poison memory */ memset(mem, 0xAA, memlen); /* poison memory */ tor_free(mem); } Loading
src/or/connection.c +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ _connection_free(connection_t *conn) connection_or_remove_from_identity_map(TO_OR_CONN(conn)); } memset(conn, 0xAA, memlen); /* poison memory */ memset(mem, 0xAA, memlen); /* poison memory */ tor_free(mem); } Loading