diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-12 17:09:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-12 17:09:19 +0000 |
commit | ef6bc1a451f2aba577e833bced28de448367fbf5 (patch) | |
tree | 6fdda7bd7131e70ecfd3213d3da30fadee060133 /ChangeLog | |
parent | 656b7761a81155047af6b41fd27c2aa6663b008e (diff) | |
download | tor-ef6bc1a451f2aba577e833bced28de448367fbf5.tar.gz tor-ef6bc1a451f2aba577e833bced28de448367fbf5.zip |
Keep streamids from different exits on a circuit separate. This
bug may have allowed other routers on a given circuit to inject
cells into streams. Reported by lodger; fixes bug 446. [Bugfix
on 0.1.2.x]
svn:r10818
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -81,6 +81,12 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - Fix a possible buffer overrun when using BSD natd support. Bug found by croup. + o Security fixes (circuits): + - Keep streamids from different exits on a circuit separate. This + bug may have allowed other routers on a given circuit to inject + cells into streams. Reported by lodger; fixes bug 446. [Bugfix + on 0.1.2.x] + Changes in version 0.2.0.2-alpha - 2007-06-02 o Major bugfixes on 0.2.0.1-alpha: |