aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-07-04 17:14:06 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-07-04 17:14:06 +0300
commit5303dbe6249ed4b1e268f7a5c41ed6a638c4d0e3 (patch)
tree5782c245fdd976985c27682dfe5e5270f798e65c /src/core
parent85473f9aaf0f54e44aae413d838821956371901a (diff)
parent0fa3dc3228a32fd21ff71e24e3c2e456e342e3b8 (diff)
downloadtor-5303dbe6249ed4b1e268f7a5c41ed6a638c4d0e3.tar.gz
tor-5303dbe6249ed4b1e268f7a5c41ed6a638c4d0e3.zip
Merge branch 'tor-github/pr/1152'
Diffstat (limited to 'src/core')
-rw-r--r--src/core/or/connection_edge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/connection_edge.c b/src/core/or/connection_edge.c
index c08d2a9ff5..091d9c9b09 100644
--- a/src/core/or/connection_edge.c
+++ b/src/core/or/connection_edge.c
@@ -3833,6 +3833,7 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ)
if (! bcell.is_begindir) {
/* Steal reference */
+ tor_assert(bcell.address);
address = bcell.address;
port = bcell.port;