aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-16 12:59:39 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-16 12:59:39 -0500
commit111c66b2f0f58206026ca6a72852c3afcb56b9e7 (patch)
tree452de28e7600984724d52cbbe8e0ac500bba0696 /changes
parent9e5512b48d072e3fd21f1f1884f706c5330e0935 (diff)
parent7844c5ddd7d335f87af44fd3d0aba2becb0ab308 (diff)
downloadtor-111c66b2f0f58206026ca6a72852c3afcb56b9e7.tar.gz
tor-111c66b2f0f58206026ca6a72852c3afcb56b9e7.zip
Merge remote-tracking branch 'public/ticket20921'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug211186
-rw-r--r--changes/ticket209214
2 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug21118 b/changes/bug21118
new file mode 100644
index 0000000000..88e860c683
--- /dev/null
+++ b/changes/bug21118
@@ -0,0 +1,6 @@
+ o Major bugfixes (client, guard, crash):
+ - In circuit_get_global_origin_list(), return the actual list of
+ origin circuits. The previous version of this code returned
+ the list of all the circuits, and could have caused strange bugs,
+ including possible crashes. Fixes bug 21118; bugfix on 0.3.0.1-alpha.
+
diff --git a/changes/ticket20921 b/changes/ticket20921
new file mode 100644
index 0000000000..7bc0074fdb
--- /dev/null
+++ b/changes/ticket20921
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Refactor code to manipulate global_origin_circuit_list into separate
+ functions. Closes ticket 20921.
+