Merge branch 'maint-0.4.6' into maint-0.4.7
[tor.git] / changes / bug40644
bloba27c63ede282d93c1b072d9847ddd5672a434be9
1   o Minor bugfixes (congestion control):
2     - Add a check for an integer underflow condition that might
3       happen in cases where the system clock is stopped, the
4       ORconn is blocked, and the endpoint sends more than a
5       congestion window worth of non-data control cells at once.
6       This would cause a large congestion window to be calculated
7       instead of a small one. No security impact. Fixes bug 40644;
8       bugfix on 0.4.7.5-alpha.