aboutsummaryrefslogtreecommitdiff
path: root/changes/bug12195
Commit message (Collapse)AuthorAge
* Bring remaining 0.2.5.5-alpha entries into changelogNick Mathewson2014-06-16
|
* Fix ancient code that only checked circ_id, not circ_id and chanNick Mathewson2014-06-03
This code mis-handled the case where a circuit got the same circuit ID in both directions. I found three instances of it in the codebase, by grepping for [pn]_circ_id. Because of the issue in command_process_relay_cell(), this would have made roughly one circuit in a million completely nonfunctional. Fixes bug 12195.