diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-16 12:59:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-16 12:59:39 -0500 |
commit | 111c66b2f0f58206026ca6a72852c3afcb56b9e7 (patch) | |
tree | 452de28e7600984724d52cbbe8e0ac500bba0696 /changes | |
parent | 9e5512b48d072e3fd21f1f1884f706c5330e0935 (diff) | |
parent | 7844c5ddd7d335f87af44fd3d0aba2becb0ab308 (diff) | |
download | tor-111c66b2f0f58206026ca6a72852c3afcb56b9e7.tar.gz tor-111c66b2f0f58206026ca6a72852c3afcb56b9e7.zip |
Merge remote-tracking branch 'public/ticket20921'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21118 | 6 | ||||
-rw-r--r-- | changes/ticket20921 | 4 |
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. + |