mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
dddd333a80
The first was genuinely impossible, I think: it could only happen when the amount we read differed from the amount we wanted to read by more than INT_MAX. The second is just very unlikely: it would give incorrect results to the controller if you somehow wrote or read more than 4GB on one edge conn in one second. That one is a bugfix on 0.1.2.8-beta.
6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
o Minor bugfixes:
|
|
- Correctly handle an "impossible" overflow cases in connection
|
|
byte counting, where we write or read more than 4GB on an edge
|
|
connection in single second. Bugfix on 0.1.2.8-beta.
|
|
|