diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2022-08-02 17:33:55 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2022-08-02 18:13:46 +0000 |
commit | af5ef98d1b2221ee4da389bb88dfe1c991d42e8d (patch) | |
tree | a1981a9518f741faf29af7b511a535315cfaf7d7 | |
parent | 533fe36957e2fc78e2c76fb1a91f5b17c3dfb85e (diff) | |
download | tor-af5ef98d1b2221ee4da389bb88dfe1c991d42e8d.tar.gz tor-af5ef98d1b2221ee4da389bb88dfe1c991d42e8d.zip |
Changes file for bug 40644.
-rw-r--r-- | changes/bug40644 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug40644 b/changes/bug40644 new file mode 100644 index 0000000000..a27c63ede2 --- /dev/null +++ b/changes/bug40644 @@ -0,0 +1,8 @@ + o Minor bugfixes (congestion control): + - Add a check for an integer underflow condition that might + happen in cases where the system clock is stopped, the + ORconn is blocked, and the endpoint sends more than a + congestion window worth of non-data control cells at once. + This would cause a large congestion window to be calculated + instead of a small one. No security impact. Fixes bug 40644; + bugfix on 0.4.7.5-alpha. |