mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
da876aec63
Bug caught and patch provided by Vektor. Fixes bug 4778.t
8 lines
381 B
Plaintext
8 lines
381 B
Plaintext
o Major bugfixes:
|
|
- Provide correct replacements for the timeradd() and timersub() functions
|
|
for platforms that lack them (for example, windows). The timersub()
|
|
function is used when expiring circuits, timeradd() is currently unused.
|
|
Patch written by Vektor, who also reported the bug. Thanks! Bugfix
|
|
on 0.2.2.24-alpha/0.2.3.1-alpha, fixes bug 4778.
|
|
|