aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7889
blob: ce99a59ce533e46c6dd89528d8e8c91a40137e06 (plain)
1
2
3
4
5
6
7
8
  o Major bugfixes:
    - Reject bogus create and relay cells with 0 circuit ID or 0 stream
      ID: these could be used to create unexpected streams and circuits
      which would count as "present" to some parts of Tor but "absent"
      to others, leading to zombie circuits and streams or to a
      bandwidth DOS. Fixes bug 7889; bugfix on every released version of
      Tor. Reported by "oftc_must_be_destroyed".